From 8b6774c605fae4a99198076fe11df400991531a8 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 21 May 2005 10:14:11 +0000 Subject: Sync program's usage() with manpage's SYNOPSIS. --- usr.bin/xstr/xstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/xstr/xstr.c') diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c index 7ea8783..7964dd9 100644 --- a/usr.bin/xstr/xstr.c +++ b/usr.bin/xstr/xstr.c @@ -146,7 +146,7 @@ main(int argc, char *argv[]) static void usage(void) { - fprintf(stderr, "usage: xstr [-v] [-c] [-] [name ...]\n"); + fprintf(stderr, "usage: xstr [-cv] [-] [file ...]\n"); exit (1); } -- cgit v1.1