mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
Minor cleanups. Document the cmp -l option.
This commit is contained in:
parent
ea4c43445c
commit
4baef0c77f
@ -177,10 +177,13 @@
|
|||||||
"Clear screen."
|
"Clear screen."
|
||||||
|
|
||||||
#define cmp_trivial_usage \
|
#define cmp_trivial_usage \
|
||||||
"FILE1 [FILE2]"
|
"[OPTION]... FILE1 [FILE2]"
|
||||||
#define cmp_full_usage \
|
#define cmp_full_usage \
|
||||||
"\t-s\tquiet mode - do not print\n" \
|
"Compare files.\n\n" \
|
||||||
"Compare files."
|
"Options:\n" \
|
||||||
|
"\t-l\tWrite the byte numbers (decimal) and values (octal)\n" \
|
||||||
|
"\t\t for all differing bytes.\n" \
|
||||||
|
"\t-s\tquiet mode - do not print"
|
||||||
|
|
||||||
#define cp_trivial_usage \
|
#define cp_trivial_usage \
|
||||||
"[OPTION]... SOURCE DEST"
|
"[OPTION]... SOURCE DEST"
|
||||||
@ -786,7 +789,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define head_trivial_usage \
|
#define head_trivial_usage \
|
||||||
"[OPTION] [FILE]..."
|
"[OPTION]... [FILE]..."
|
||||||
#define head_full_usage \
|
#define head_full_usage \
|
||||||
"Print first 10 lines of each FILE to standard output.\n" \
|
"Print first 10 lines of each FILE to standard output.\n" \
|
||||||
"With more than one FILE, precede each with a header giving the\n" \
|
"With more than one FILE, precede each with a header giving the\n" \
|
||||||
|
Loading…
Reference in New Issue
Block a user