diff options
Diffstat (limited to 'shell/msh.c')
-rw-r--r-- | shell/msh.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/msh.c b/shell/msh.c index 5f8c90ef6..da1dc3576 100644 --- a/shell/msh.c +++ b/shell/msh.c | |||
@@ -35,7 +35,6 @@ | |||
35 | # include <assert.h> | 35 | # include <assert.h> |
36 | # define bb_dev_null "/dev/null" | 36 | # define bb_dev_null "/dev/null" |
37 | # define DEFAULT_SHELL "/proc/self/exe" | 37 | # define DEFAULT_SHELL "/proc/self/exe" |
38 | # define CONFIG_BUSYBOX_EXEC_PATH "/proc/self/exe" | ||
39 | # define bb_banner "busybox standalone" | 38 | # define bb_banner "busybox standalone" |
40 | # define ENABLE_FEATURE_SH_STANDALONE 0 | 39 | # define ENABLE_FEATURE_SH_STANDALONE 0 |
41 | # define bb_msg_memory_exhausted "memory exhausted" | 40 | # define bb_msg_memory_exhausted "memory exhausted" |
@@ -3176,8 +3175,9 @@ static int dohelp(struct op *t UNUSED_PARAM, char **args UNUSED_PARAM) | |||
3176 | int col; | 3175 | int col; |
3177 | const struct builtincmd *x; | 3176 | const struct builtincmd *x; |
3178 | 3177 | ||
3179 | puts("\nBuilt-in commands:\n" | 3178 | printf("\n" |
3180 | "-------------------"); | 3179 | "Built-in commands:\n" |
3180 | "------------------\n"); | ||
3181 | 3181 | ||
3182 | col = 0; | 3182 | col = 0; |
3183 | x = builtincmds; | 3183 | x = builtincmds; |