diff options
author | 2009-10-26 21:03:55 +0000 | |
---|---|---|
committer | 2009-10-26 21:03:55 +0000 | |
commit | f4b02fc4989722f9052837daf44e1f9a86b0c4fe (patch) | |
tree | 4230902ec557a55af933ca97cad7c01388d3adec | |
parent | Bring man pages on par with our file(1) version (merge from upstream with (diff) | |
download | wireguard-openbsd-f4b02fc4989722f9052837daf44e1f9a86b0c4fe.tar.xz wireguard-openbsd-f4b02fc4989722f9052837daf44e1f9a86b0c4fe.zip |
Fix usage; requested by jmc@
ok jmc@ ian@
-rw-r--r-- | usr.bin/file/file.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c index 0b3e646b11b..692650a6c5b 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.20 2009/08/27 16:26:43 deraadt Exp $ */ +/* $OpenBSD: file.c,v 1.21 2009/10/26 21:03:55 ajacoutot Exp $ */ /* * Copyright (c) Ian F. Darwin 1986-1995. * Software written by Ian F. Darwin and others; @@ -72,7 +72,7 @@ int getopt_long(int argc, char * const *argv, const char *optstring, const struc #include "patchlevel.h" #ifndef lint -FILE_RCSID("@(#)$Id: file.c,v 1.20 2009/08/27 16:26:43 deraadt Exp $") +FILE_RCSID("@(#)$Id: file.c,v 1.21 2009/10/26 21:03:55 ajacoutot Exp $") #endif /* lint */ @@ -82,8 +82,8 @@ FILE_RCSID("@(#)$Id: file.c,v 1.20 2009/08/27 16:26:43 deraadt Exp $") #define SYMLINKFLAG "" #endif -# define USAGE "Usage: %s [-bcik" SYMLINKFLAG "nNrsvz0] [-e test] [-f namefile] [-F separator] [-m magicfiles] file...\n" \ - " %s [-m magicfiles] -C\n" +# define USAGE "Usage: %s [-bcik" SYMLINKFLAG "nNprsvz0] [-e test] [-f namefile] [-F separator] [-m magicfiles] file...\n" \ + " %s -C -m magicfiles\n" #ifndef MAXPATHLEN #define MAXPATHLEN 512 |