summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/main.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-03-03 08:32:58 +0000
committerru <ru@FreeBSD.org>2008-03-03 08:32:58 +0000
commit902dd4e2b121c61efe27afa83a425cf928334bcc (patch)
tree2ae4309cf208cbdef7d962bb0297e014812c8862 /usr.bin/find/main.c
parent195c58423a7d7ac50d2f089c8a0dab227052420c (diff)
downloadFreeBSD-src-902dd4e2b121c61efe27afa83a425cf928334bcc.zip
FreeBSD-src-902dd4e2b121c61efe27afa83a425cf928334bcc.tar.gz
Fix SYNOPSIS and usage().
Diffstat (limited to 'usr.bin/find/main.c')
-rw-r--r--usr.bin/find/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c
index 643f1f8..8e2b42c 100644
--- a/usr.bin/find/main.c
+++ b/usr.bin/find/main.c
@@ -163,7 +163,8 @@ main(int argc, char *argv[])
static void
usage(void)
{
- (void)fprintf(stderr,
-"usage: find [-H | -L | -P] [-EXdsx] [-f file] [file ...] [expression]\n");
+ (void)fprintf(stderr, "%s\n%s\n",
+"usage: find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression]",
+" find [-H | -L | -P] [-EXdsx] -f path [path ...] [expression]");
exit(1);
}
OpenPOWER on IntegriCloud