Fix a reference to --nomenuconfig into --no-menuconfig
authorSebastian Pipping <sebastian@pipping.org>
Mon, 13 Dec 2010 09:20:50 +0000 (10:20 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Mon, 13 Dec 2010 09:20:50 +0000 (10:20 +0100)
ChangeLog
gen_cmdline.sh

index 1b143057722c9831384177bd05539a26ac6a6eeb..0f8f523c933c4488892ec8844e90962b2e0aafe3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 # Distributed under the GPL v2
 # $Id$
 
+  13 Dec 2010; <sping@gentoo.org> gen_cmdline.sh:
+  Fix a reference to --nomenuconfig into --no-menuconfig
+
   13 Dec 2010; <sping@gentoo.org> doc/genkernel.8.txt:
   docs: Update man page from output of --help
 
index fe2a83ec9f7863ec3d4737a02c1530f631077291..6b7b75c61aa300cde7de92f864eb7e3ecd5f97f2 100755 (executable)
@@ -308,7 +308,7 @@ parse_cmdline() {
                        if [[ TERM_LINES -lt 19 || TERM_COLUMNS -lt 80 ]]
                        then
                                echo "Error: You need a terminal with at least 80 columns"
-                               echo "           and 19 lines for --menuconfig; try --nomenuconfig..."
+                               echo "           and 19 lines for --menuconfig; try --no-menuconfig..."
                                exit 1
                        fi
                        CMD_MENUCONFIG=1