Fix a reference to --nomenuconfig into --no-menuconfig

cleanup-cruft
Sebastian Pipping 14 years ago
parent 56e84886c6
commit a6f85363f5

@ -5,6 +5,9 @@
# Distributed under the GPL v2 # Distributed under the GPL v2
# $Id$ # $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: 13 Dec 2010; <sping@gentoo.org> doc/genkernel.8.txt:
docs: Update man page from output of --help docs: Update man page from output of --help

@ -308,7 +308,7 @@ parse_cmdline() {
if [[ TERM_LINES -lt 19 || TERM_COLUMNS -lt 80 ]] if [[ TERM_LINES -lt 19 || TERM_COLUMNS -lt 80 ]]
then then
echo "Error: You need a terminal with at least 80 columns" 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 exit 1
fi fi
CMD_MENUCONFIG=1 CMD_MENUCONFIG=1

Loading…
Cancel
Save