diff options
author | Denis Vlasenko | 2006-11-01 10:25:35 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-11-01 10:25:35 +0000 |
commit | 92258541449581302e180d05e827e27d35030a18 (patch) | |
tree | 99c5ad443f69860833c8ef37e142fddfedb90872 /applets/applets.c | |
parent | 048c93cc5593d53d6243c3e15dc8a5b0072a6083 (diff) | |
download | busybox-92258541449581302e180d05e827e27d35030a18.zip busybox-92258541449581302e180d05e827e27d35030a18.tar.gz |
mostly style fixes
Diffstat (limited to 'applets/applets.c')
-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 bbde4b7..18cfd57 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -444,7 +444,7 @@ void bb_show_usage(void) format_string = "%s\n\nUsage: %s %s\n\n"; if (*usage_string == '\b') format_string = "%s\n\nNo help available.\n\n"; - fprintf (stderr, format_string, bb_msg_full_version, + fprintf(stderr, format_string, bb_msg_full_version, applet_using->name, usage_string); } |