From 662078f9fd41efe422d7abc0aea1395c27c61ddd Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 14 Jan 2010 13:27:34 +0100 Subject: small doc update Signed-off-by: Denys Vlasenko --- include/usage.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 @@ ) /* "test --help" does not print help (POSIX compat), only "[ --help" does. - * We display " EXPRESSION ]" here (not " EXPRESSION") */ + * We display " EXPRESSION ]" here (not " EXPRESSION") + * Unfortunately, it screws up generated BusyBox.html. TODO. */ #define test_trivial_usage \ "EXPRESSION ]" #define test_full_usage "\n\n" \ -- cgit v1.2.3