aboutsummaryrefslogtreecommitdiff
path: root/android/linux/generated/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/linux/generated/help.h')
-rw-r--r--android/linux/generated/help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/linux/generated/help.h b/android/linux/generated/help.h
index 2274125a..319227d0 100644
--- a/android/linux/generated/help.h
+++ b/android/linux/generated/help.h
@@ -522,7 +522,7 @@
#define HELP_who "usage: who\n\nPrint information about logged in users."
-#define HELP_wc "usage: wc [-lwcm] [FILE...]\n\nCount lines, words, and characters in input.\n\n-l Show lines\n-w Show words\n-c Show bytes\n-m Show characters\n\nBy default outputs lines, words, bytes, and filename for each\nargument (or from stdin if none). Displays only either bytes\nor characters."
+#define HELP_wc "usage: wc [-Llwcm] [FILE...]\n\nCount lines, words, and characters in input.\n\n-L Show max line length\n-l Show lines\n-w Show words\n-c Show bytes\n-m Show characters\n\nBy default outputs lines, words, bytes, and filename for each\nargument (or from stdin if none). Displays only either bytes\nor characters."
#define HELP_uuencode "usage: uuencode [-m] [INFILE] ENCODE_FILENAME\n\nUuencode stdin (or INFILE) to stdout, with ENCODE_FILENAME in the output.\n\n-m Base64"