diff options
-rw-r--r-- | applets/usage.h | 5 | ||||
-rw-r--r-- | include/usage.h | 5 | ||||
-rw-r--r-- | usage.h | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/applets/usage.h b/applets/usage.h index 6b8b6552b..78ee628ab 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
@@ -75,11 +75,12 @@ | |||
75 | "-r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo\n" | 75 | "-r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo\n" |
76 | 76 | ||
77 | #define chown_trivial_usage \ | 77 | #define chown_trivial_usage \ |
78 | "[OPTION]... OWNER[<.|:>[GROUP]] FILE..." | 78 | "[ -Rh ]... OWNER[<.|:>[GROUP]] FILE..." |
79 | #define chown_full_usage \ | 79 | #define chown_full_usage \ |
80 | "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n" \ | 80 | "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n" \ |
81 | "\nOptions:\n" \ | 81 | "\nOptions:\n" \ |
82 | "\t-R\tChanges files and directories recursively." | 82 | "\t-R\tChanges files and directories recursively.\n" \ |
83 | "\t-h\tDo not dereference symbolic links." | ||
83 | #define chown_example_usage \ | 84 | #define chown_example_usage \ |
84 | "$ ls -l /tmp/foo\n" \ | 85 | "$ ls -l /tmp/foo\n" \ |
85 | "-r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo\n" \ | 86 | "-r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo\n" \ |
diff --git a/include/usage.h b/include/usage.h index 6b8b6552b..78ee628ab 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -75,11 +75,12 @@ | |||
75 | "-r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo\n" | 75 | "-r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo\n" |
76 | 76 | ||
77 | #define chown_trivial_usage \ | 77 | #define chown_trivial_usage \ |
78 | "[OPTION]... OWNER[<.|:>[GROUP]] FILE..." | 78 | "[ -Rh ]... OWNER[<.|:>[GROUP]] FILE..." |
79 | #define chown_full_usage \ | 79 | #define chown_full_usage \ |
80 | "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n" \ | 80 | "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n" \ |
81 | "\nOptions:\n" \ | 81 | "\nOptions:\n" \ |
82 | "\t-R\tChanges files and directories recursively." | 82 | "\t-R\tChanges files and directories recursively.\n" \ |
83 | "\t-h\tDo not dereference symbolic links." | ||
83 | #define chown_example_usage \ | 84 | #define chown_example_usage \ |
84 | "$ ls -l /tmp/foo\n" \ | 85 | "$ ls -l /tmp/foo\n" \ |
85 | "-r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo\n" \ | 86 | "-r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo\n" \ |
@@ -75,11 +75,12 @@ | |||
75 | "-r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo\n" | 75 | "-r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo\n" |
76 | 76 | ||
77 | #define chown_trivial_usage \ | 77 | #define chown_trivial_usage \ |
78 | "[OPTION]... OWNER[<.|:>[GROUP]] FILE..." | 78 | "[ -Rh ]... OWNER[<.|:>[GROUP]] FILE..." |
79 | #define chown_full_usage \ | 79 | #define chown_full_usage \ |
80 | "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n" \ | 80 | "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n" \ |
81 | "\nOptions:\n" \ | 81 | "\nOptions:\n" \ |
82 | "\t-R\tChanges files and directories recursively." | 82 | "\t-R\tChanges files and directories recursively.\n" \ |
83 | "\t-h\tDo not dereference symbolic links." | ||
83 | #define chown_example_usage \ | 84 | #define chown_example_usage \ |
84 | "$ ls -l /tmp/foo\n" \ | 85 | "$ ls -l /tmp/foo\n" \ |
85 | "-r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo\n" \ | 86 | "-r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo\n" \ |