2005-10-06 17:09:21 -04:00
|
|
|
$OpenBSD: patch-unixunpk_c,v 1.3 2005/10/06 21:09:22 aanriot Exp $
|
|
|
|
--- unixunpk.c.orig Fri Aug 9 02:44:18 2002
|
|
|
|
+++ unixunpk.c Fri Aug 9 02:44:38 2002
|
|
|
|
@@ -100,7 +100,7 @@ char **argv;
|
2002-08-08 21:15:19 -04:00
|
|
|
|
2005-10-06 17:09:21 -04:00
|
|
|
usage() {
|
2002-08-08 21:15:19 -04:00
|
|
|
fprintf(stderr, "munpack version %s\n", MPACK_VERSION);
|
|
|
|
- fprintf(stderr, "usage: munpack [-f] [-q] [-C directory] [files...]\n");
|
|
|
|
+ fprintf(stderr, "usage: munpack [-f] [-q] [-t] [-C directory] [files...]\n");
|
|
|
|
exit(1);
|
|
|
|
}
|
|
|
|
|