aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-04-25 20:41:02 +0000
committerMark Whitley <markw@lineo.com>2001-04-25 20:41:02 +0000
commit207587a9b4d7323169eadfcd5dd517605a912569 (patch)
tree4cd9a232bb89d7e8d8a6333843689689a9fe85d4 /applets
parentc29c44c00e8f65d96bffa37a521b4d4be1f913ce (diff)
downloadbusybox-207587a9b4d7323169eadfcd5dd517605a912569.tar.gz
Applied patch from I.Q. to add -s to cmp.
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/usage.h b/applets/usage.h
index 1e3023d1f..d85857fb5 100644
--- a/applets/usage.h
+++ b/applets/usage.h
@@ -115,6 +115,7 @@
#define cmp_trivial_usage \
"FILE1 [FILE2]"
#define cmp_full_usage \
+ "\t-s\tquiet mode - do not print\n" \
"Compare files."
#define cp_trivial_usage \