diff options
author | Mark Whitley <markw@lineo.com> | 2001-04-25 20:41:02 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-04-25 20:41:02 +0000 |
commit | 207587a9b4d7323169eadfcd5dd517605a912569 (patch) | |
tree | 4cd9a232bb89d7e8d8a6333843689689a9fe85d4 /applets/usage.h | |
parent | c29c44c00e8f65d96bffa37a521b4d4be1f913ce (diff) |
Applied patch from I.Q. to add -s to cmp.
Diffstat (limited to 'applets/usage.h')
-rw-r--r-- | applets/usage.h | 1 |
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 \ |