From 095dc8ca5de530a16a744b3c238ef6979215fa5a Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 29 Nov 1998 10:41:01 +0000 Subject: Fixed disorder and and usage message. Improved English. Broken in: previous commit --- usr.bin/find/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/find') diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index 2ba3ea4..4ea3f36 100644 --- a/usr.bin/find/main.c +++ b/usr.bin/find/main.c @@ -65,8 +65,8 @@ int ftsoptions; /* options for the ftsopen(3) call */ int isdeprecated; /* using deprecated syntax */ int isdepth; /* do directories on post-order visit */ int isoutput; /* user specified output operator */ +int issort; /* do directories in lexicographical order */ int isxargs; /* don't permit xargs delimiting chars */ -int issort; /* travel the file hierarchy lexicographical order */ static void usage __P((void)); @@ -155,6 +155,6 @@ static void usage() { (void)fprintf(stderr, -"usage: find [-H | -L | -P] [-Xdx] [-f file] [file ...] [expression]\n"); +"usage: find [-H | -L | -P] [-Xdsx] [-f file] [file ...] [expression]\n"); exit(1); } -- cgit v1.1