projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97c6491
)
Print one less newline at the end of bb_show_usage()
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 25 May 2015 12:30:52 +0000
(14:30 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 25 May 2015 12:30:52 +0000
(14:30 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/appletlib.c
patch
|
blob
|
history
diff --git
a/libbb/appletlib.c
b/libbb/appletlib.c
index ba3d6e7a01354a23de505cad013313f4fc997832..46849e4f0179b4163a27928c638a7c0c66545856 100644
(file)
--- a/
libbb/appletlib.c
+++ b/
libbb/appletlib.c
@@
-130,7
+130,7
@@
void FAST_FUNC bb_show_usage(void)
full_write2_str(applet_name);
full_write2_str(" ");
full_write2_str(p);
- full_write2_str("\n
\n
");
+ full_write2_str("\n");
}
if (ENABLE_FEATURE_CLEAN_UP)
dealloc_usage_messages((char*)usage_string);