From ebedb9478d0d91d8aecf28531907e3a277450d0d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 2 Oct 2016 18:45:09 +0200 Subject: sh: do not print empty line at the end of "help" output It's pointless. Signed-off-by: Denys Vlasenko --- shell/hush.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell/hush.c') diff --git a/shell/hush.c b/shell/hush.c index 8693d7562..8054d1d45 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -9005,7 +9005,6 @@ static int FAST_FUNC builtin_help(char **argv UNUSED_PARAM) if (x->b_descr) printf("%-10s%s\n", x->b_cmd, x->b_descr); } - bb_putchar('\n'); return EXIT_SUCCESS; } #endif -- cgit v1.2.3