diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-01 10:25:35 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-01 10:25:35 +0000 |
commit | f0b3fc041f40e2185a14c3b5ff778444c2b98c81 (patch) | |
tree | 99c5ad443f69860833c8ef37e142fddfedb90872 /applets | |
parent | ab99e773ad9c0ea664fd869a1af5ce28d624f295 (diff) | |
download | busybox-w32-f0b3fc041f40e2185a14c3b5ff778444c2b98c81.tar.gz busybox-w32-f0b3fc041f40e2185a14c3b5ff778444c2b98c81.tar.bz2 busybox-w32-f0b3fc041f40e2185a14c3b5ff778444c2b98c81.zip |
mostly style fixes
git-svn-id: svn://busybox.net/trunk/busybox@16487 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r-- | applets/applets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applets.c b/applets/applets.c index bbde4b721..18cfd57b8 100644 --- a/applets/applets.c +++ b/applets/applets.c | |||
@@ -444,7 +444,7 @@ void bb_show_usage(void) | |||
444 | format_string = "%s\n\nUsage: %s %s\n\n"; | 444 | format_string = "%s\n\nUsage: %s %s\n\n"; |
445 | if (*usage_string == '\b') | 445 | if (*usage_string == '\b') |
446 | format_string = "%s\n\nNo help available.\n\n"; | 446 | format_string = "%s\n\nNo help available.\n\n"; |
447 | fprintf (stderr, format_string, bb_msg_full_version, | 447 | fprintf(stderr, format_string, bb_msg_full_version, |
448 | applet_using->name, usage_string); | 448 | applet_using->name, usage_string); |
449 | } | 449 | } |
450 | 450 | ||