diff options
Diffstat (limited to 'scripts/config/mconf.c')
-rw-r--r-- | scripts/config/mconf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index 5bc2abd..1b21575 100644 --- a/scripts/config/mconf.c +++ b/scripts/config/mconf.c @@ -967,9 +967,8 @@ int main(int ac, char **av) if (stat == 0) { conf_write(NULL); - printf("\n\n" - "*** End of BusyBox configuration.\n" - "*** Check the top-level Makefile for additional configuration options.\n\n"); + printf("\n" + "*** End of BusyBox configuration.\n"); } else printf("\n\nYour BusyBox configuration changes were NOT saved.\n\n"); |