[git commit] printf: trim help text

Denys Vlasenko vda.linux at googlemail.com
Wed Mar 7 10:44:15 UTC 2012


commit: http://git.busybox.net/busybox/commit/?id=d4acaf70c586ea72fce0e4af4cba87d4a6d00655
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/printf.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/coreutils/printf.c b/coreutils/printf.c
index f53aa47..1437951 100644
--- a/coreutils/printf.c
+++ b/coreutils/printf.c
@@ -36,13 +36,12 @@
    David MacKenzie <djm at gnu.ai.mit.edu>
 */
 
-//   19990508 Busy Boxed! Dave Cinege
+/* 19990508 Busy Boxed! Dave Cinege */
 
 //usage:#define printf_trivial_usage
-//usage:       "FORMAT [ARGUMENT]..."
+//usage:       "FORMAT [ARG]..."
 //usage:#define printf_full_usage "\n\n"
-//usage:       "Format and print ARGUMENT(s) according to FORMAT,\n"
-//usage:       "where FORMAT controls the output exactly as in C printf"
+//usage:       "Format and print ARG(s) according to FORMAT (a-la C printf)"
 //usage:
 //usage:#define printf_example_usage
 //usage:       "$ printf \"Val=%d\\n\" 5\n"


More information about the busybox-cvs mailing list