aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cmp/cmp.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-06-26 11:22:12 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-06-26 11:22:12 +0000
commitf771f05273eb656725d72a4e63d6d95637133fb7 (patch)
tree842d04569e2b8664894ae6ebd6db2515065535e5 /usr.bin/cmp/cmp.c
parentb672570754b178caab507ccdc9ff98b9f0e54b5f (diff)
downloadsrc-f771f05273eb656725d72a4e63d6d95637133fb7.tar.gz
src-f771f05273eb656725d72a4e63d6d95637133fb7.zip
Correct usage string. Program name converted to bold in man page.
Notes
Notes: svn path=/head/; revision=26957
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 86923df3a7e1..6755ff6d5eb6 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);
}