diff options
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r-- | libbb/appletlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index ba3d6e7a0..46849e4f0 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -130,7 +130,7 @@ void FAST_FUNC bb_show_usage(void) | |||
130 | full_write2_str(applet_name); | 130 | full_write2_str(applet_name); |
131 | full_write2_str(" "); | 131 | full_write2_str(" "); |
132 | full_write2_str(p); | 132 | full_write2_str(p); |
133 | full_write2_str("\n\n"); | 133 | full_write2_str("\n"); |
134 | } | 134 | } |
135 | if (ENABLE_FEATURE_CLEAN_UP) | 135 | if (ENABLE_FEATURE_CLEAN_UP) |
136 | dealloc_usage_messages((char*)usage_string); | 136 | dealloc_usage_messages((char*)usage_string); |