diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-14 13:27:34 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-14 13:27:34 +0100 |
commit | 662078f9fd41efe422d7abc0aea1395c27c61ddd (patch) | |
tree | efca24f01b8f13b2223cac193e086db72e84c905 /include | |
parent | 60b9524bf7368932bc9ca5d4ba77575c30e88726 (diff) | |
download | busybox-w32-662078f9fd41efe422d7abc0aea1395c27c61ddd.tar.gz busybox-w32-662078f9fd41efe422d7abc0aea1395c27c61ddd.tar.bz2 busybox-w32-662078f9fd41efe422d7abc0aea1395c27c61ddd.zip |
small doc update
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 7a5cbcc9a..77bc3b167 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -4514,7 +4514,8 @@ | |||
4514 | ) | 4514 | ) |
4515 | 4515 | ||
4516 | /* "test --help" does not print help (POSIX compat), only "[ --help" does. | 4516 | /* "test --help" does not print help (POSIX compat), only "[ --help" does. |
4517 | * We display "<applet> EXPRESSION ]" here (not "<applet> EXPRESSION") */ | 4517 | * We display "<applet> EXPRESSION ]" here (not "<applet> EXPRESSION") |
4518 | * Unfortunately, it screws up generated BusyBox.html. TODO. */ | ||
4518 | #define test_trivial_usage \ | 4519 | #define test_trivial_usage \ |
4519 | "EXPRESSION ]" | 4520 | "EXPRESSION ]" |
4520 | #define test_full_usage "\n\n" \ | 4521 | #define test_full_usage "\n\n" \ |