aboutsummaryrefslogtreecommitdiffstats
path: root/generated/help.h
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-04-04 03:12:36 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-04-04 03:12:36 +0000
commit04a9e8a4d398b1aa72deec8b8bfd6ac58ef715c8 (patch)
treef818f8af1e5c4af48d4e5085d331b1373f6d6ad5 /generated/help.h
parent1c34843c746b4e824dc3a94f8c988156312a6c85 (diff)
parent7aaea57c665267b60609cf02e44f7e58361762c8 (diff)
downloadandroid_external_toybox-04a9e8a4d398b1aa72deec8b8bfd6ac58ef715c8.tar.gz
android_external_toybox-04a9e8a4d398b1aa72deec8b8bfd6ac58ef715c8.tar.bz2
android_external_toybox-04a9e8a4d398b1aa72deec8b8bfd6ac58ef715c8.zip
Snap for 5434517 from 7aaea57c665267b60609cf02e44f7e58361762c8 to qt-release
Change-Id: Iafc8edcbfd74a41802d8fc367da0605bb0693bc9
Diffstat (limited to 'generated/help.h')
-rw-r--r--generated/help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generated/help.h b/generated/help.h
index bd0db872..f4728dcc 100644
--- a/generated/help.h
+++ b/generated/help.h
@@ -544,7 +544,7 @@
#define HELP_groups "usage: groups [user]\n\nPrint the groups a user is in.\n\n"
-#define HELP_id "usage: id [-GZgnru] \n\nPrint user and group ID.\n-G Show only the group IDs\n-Z Show only security context\n-g Show only the effective group ID\n-n Print names instead of numeric IDs (to be used with -Ggu)\n-r Show real ID instead of effective ID\n-u Show only the effective user ID\n"
+#define HELP_id "usage: id [-GZgnru] [USER...]\n\nPrint user and group ID.\n-G Show only the group IDs\n-Z Show only security context\n-g Show only the effective group ID\n-n Print names instead of numeric IDs (to be used with -Ggu)\n-r Show real ID instead of effective ID\n-u Show only the effective user ID\n"
#define HELP_iconv "usage: iconv [-f FROM] [-t TO] [FILE...]\n\nConvert character encoding of files.\n\n-c Omit invalid chars\n-f Convert from (default utf8)\n-t Convert to (default utf8)\n\n"