aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r--libbb/appletlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index 2bab0eba6..13cdb819f 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -111,9 +111,9 @@ void FAST_FUNC bb_show_usage(void)
const char *usage_string = p = unpack_usage_messages();
if (*p == '\b') {
- full_write2_str("\nNo help available.\n\n");
+ full_write2_str("No help available.\n\n");
} else {
- full_write2_str("\nUsage: "SINGLE_APPLET_STR" ");
+ full_write2_str("Usage: "SINGLE_APPLET_STR" ");
full_write2_str(p);
full_write2_str("\n\n");
}