diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-27 20:47:35 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-27 20:47:35 +0200 |
commit | 33d7b72d337560c9e39421747864d8e4e262c6c1 (patch) | |
tree | 3ada3a5ef5ff21e0a33fd12050be196ec226cc43 | |
parent | 691161a7a75969470079a2b04654809fe3e83111 (diff) | |
download | busybox-w32-33d7b72d337560c9e39421747864d8e4e262c6c1.tar.gz busybox-w32-33d7b72d337560c9e39421747864d8e4e262c6c1.tar.bz2 busybox-w32-33d7b72d337560c9e39421747864d8e4e262c6c1.zip |
more help text tweaking
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | include/usage.h | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/include/usage.h b/include/usage.h index dfe05580d..ba77490cb 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2287,10 +2287,9 @@ | |||
2287 | " linux64 Set 64bit uname emulation" \ | 2287 | " linux64 Set 64bit uname emulation" \ |
2288 | 2288 | ||
2289 | #define ln_trivial_usage \ | 2289 | #define ln_trivial_usage \ |
2290 | "[OPTIONS] TARGET... LINK_NAME|DIRECTORY" | 2290 | "[OPTIONS] TARGET... LINK|DIRECTORY" |
2291 | #define ln_full_usage "\n\n" \ | 2291 | #define ln_full_usage "\n\n" \ |
2292 | "Create a link named LINK_NAME or DIRECTORY to the specified TARGET.\n" \ | 2292 | "Create a link LINK or DIRECTORY/TARGET to the specified TARGET(s)\n" \ |
2293 | "Use '--' to indicate that all following arguments are non-options.\n" \ | ||
2294 | "\nOptions:" \ | 2293 | "\nOptions:" \ |
2295 | "\n -s Make symlinks instead of hardlinks" \ | 2294 | "\n -s Make symlinks instead of hardlinks" \ |
2296 | "\n -f Remove existing destination files" \ | 2295 | "\n -f Remove existing destination files" \ |
@@ -3211,8 +3210,7 @@ | |||
3211 | #define chpasswd_trivial_usage \ | 3210 | #define chpasswd_trivial_usage \ |
3212 | IF_LONG_OPTS("[--md5|--encrypted]") IF_NOT_LONG_OPTS("[-m|-e]") | 3211 | IF_LONG_OPTS("[--md5|--encrypted]") IF_NOT_LONG_OPTS("[-m|-e]") |
3213 | #define chpasswd_full_usage "\n\n" \ | 3212 | #define chpasswd_full_usage "\n\n" \ |
3214 | "Read user:password information from stdin " \ | 3213 | "Read user:password from stdin and update /etc/passwd\n" \ |
3215 | "and update /etc/passwd accordingly.\n" \ | ||
3216 | "\nOptions:" \ | 3214 | "\nOptions:" \ |
3217 | IF_LONG_OPTS( \ | 3215 | IF_LONG_OPTS( \ |
3218 | "\n -e,--encrypted Supplied passwords are in encrypted form" \ | 3216 | "\n -e,--encrypted Supplied passwords are in encrypted form" \ |
@@ -3608,13 +3606,13 @@ | |||
3608 | #define rmdir_full_usage "\n\n" \ | 3606 | #define rmdir_full_usage "\n\n" \ |
3609 | "Remove the DIRECTORY, if it is empty\n" \ | 3607 | "Remove the DIRECTORY, if it is empty\n" \ |
3610 | "\nOptions:" \ | 3608 | "\nOptions:" \ |
3611 | IF_FEATURE_RMDIR_LONG_OPTIONS( \ | 3609 | IF_FEATURE_RMDIR_LONG_OPTIONS( \ |
3612 | "\n -p|--parents Include parents" \ | 3610 | "\n -p|--parents Include parents" \ |
3613 | "\n -ignore-fail-on-non-empty" \ | 3611 | "\n --ignore-fail-on-non-empty" \ |
3614 | ) \ | 3612 | ) \ |
3615 | IF_NOT_FEATURE_RMDIR_LONG_OPTIONS( \ | 3613 | IF_NOT_FEATURE_RMDIR_LONG_OPTIONS( \ |
3616 | "\n -p Include parents" \ | 3614 | "\n -p Include parents" \ |
3617 | ) | 3615 | ) |
3618 | 3616 | ||
3619 | #define rmdir_example_usage \ | 3617 | #define rmdir_example_usage \ |
3620 | "# rmdir /tmp/foo\n" | 3618 | "# rmdir /tmp/foo\n" |