summaryrefslogtreecommitdiffstats
path: root/usr.bin/cmp/cmp.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-06-26 11:22:12 +0000
committercharnier <charnier@FreeBSD.org>1997-06-26 11:22:12 +0000
commit6b6d733955d0d116d2fd6b27d39b3e6fb37b486b (patch)
tree3dcb3faba8ceb67fd999205fb08d1ebeb3f2b861 /usr.bin/cmp/cmp.c
parenta590542bdf233b97cbc027dd958b13f4b777db1b (diff)
downloadFreeBSD-src-6b6d733955d0d116d2fd6b27d39b3e6fb37b486b.zip
FreeBSD-src-6b6d733955d0d116d2fd6b27d39b3e6fb37b486b.tar.gz
Correct usage string. Program name converted to bold in man page.
Diffstat (limited to 'usr.bin/cmp/cmp.c')
-rw-r--r--usr.bin/cmp/cmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c
index 86923df..6755ff6 100644
--- a/usr.bin/cmp/cmp.c
+++ b/usr.bin/cmp/cmp.c
@@ -157,6 +157,6 @@ usage()
{
(void)fprintf(stderr,
- "usage: cmp [-l | s] file1 file2 [skip1 [skip2]]\n");
+ "usage: cmp [-l | -s] file1 file2 [skip1 [skip2]]\n");
exit(ERR_EXIT);
}
OpenPOWER on IntegriCloud