aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/cmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/cmp.c')
-rw-r--r--toys/posix/cmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/posix/cmp.c b/toys/posix/cmp.c
index 1a8f6900..6cd410fc 100644
--- a/toys/posix/cmp.c
+++ b/toys/posix/cmp.c
@@ -14,8 +14,8 @@ config CMP
Compare the contents of two files.
- -l show all differing bytes
- -s silent
+ -l Show all differing bytes
+ -s Silent
*/
#define FOR_cmp