summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/file.c
diff options
context:
space:
mode:
authorjaredy <jaredy@openbsd.org>2004-12-04 19:55:12 +0000
committerjaredy <jaredy@openbsd.org>2004-12-04 19:55:12 +0000
commit18fd39122cda0e268861d34d7cc5939bd353d52e (patch)
treeec71925c3a6d31c55bc0704ff375f8bca756686d /usr.bin/file/file.c
parent- reorder interrupt handlers (diff)
downloadwireguard-openbsd-18fd39122cda0e268861d34d7cc5939bd353d52e.tar.xz
wireguard-openbsd-18fd39122cda0e268861d34d7cc5939bd353d52e.zip
sync manual and usage to file-4.09; bits from and ok ian and jmc
Diffstat (limited to 'usr.bin/file/file.c')
-rw-r--r--usr.bin/file/file.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c
index b70381d77e3..c02e3aecfbb 100644
--- a/usr.bin/file/file.c
+++ b/usr.bin/file/file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.c,v 1.15 2004/09/25 09:19:35 otto Exp $ */
+/* $OpenBSD: file.c,v 1.16 2004/12/04 19:55:12 jaredy Exp $ */
/*
* Copyright (c) Ian F. Darwin 1986-1995.
* Software written by Ian F. Darwin and others;
@@ -73,7 +73,7 @@
#include "patchlevel.h"
#ifndef lint
-FILE_RCSID("@(#)$Id: file.c,v 1.15 2004/09/25 09:19:35 otto Exp $")
+FILE_RCSID("@(#)$Id: file.c,v 1.16 2004/12/04 19:55:12 jaredy Exp $")
#endif /* lint */
@@ -83,7 +83,8 @@ FILE_RCSID("@(#)$Id: file.c,v 1.15 2004/09/25 09:19:35 otto Exp $")
#define SYMLINKFLAG ""
#endif
-# define USAGE "Usage: %s [-bcik" SYMLINKFLAG "nNsvz] [-f namefile] [-F separator] [-m magicfiles] file...\n %s -C -m magicfiles\n"
+#define USAGE "Usage: %s [-bck" SYMLINKFLAG "Nnrsvz] [-F separator] [-f namefile] [-m magicfiles] file ...\n" \
+ " %s [-m magicfiles] -C\n"
#ifndef MAXPATHLEN
#define MAXPATHLEN 512