aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-07-21 20:28:51 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-07-21 20:31:50 +0200
commit47462f4dc4a9164cd546d6e2be953f38a450996d (patch)
tree4529c6bd9befc7a4ad6f12815dedb4e65503464f /gen_cmdline.sh
parentgen_cmdline.sh: longusage(): Fix --microcode parameter (diff)
downloadgenkernel-47462f4dc4a9164cd546d6e2be953f38a450996d.tar.gz
genkernel-47462f4dc4a9164cd546d6e2be953f38a450996d.tar.bz2
genkernel-47462f4dc4a9164cd546d6e2be953f38a450996d.zip
Rename --tempdir option to --tmpdir to match used variable namev4.0.0_beta8
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gen_cmdline.sh')
-rwxr-xr-xgen_cmdline.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index 247a6740..a05e277a 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -172,7 +172,7 @@ longusage() {
echo " if you want to force rebuild of included tools"
echo " like BusyBox, DMRAID, GnuPG, LVM, MDADM ..."
echo " --no-clear-cachedir Do not clean up on genkernel start"
- echo " --tempdir=<dir> Location of genkernel's temporary directory"
+ echo " --tmpdir=<dir> Location of genkernel's temporary directory"
echo " --postclear Clear all tmp files and caches after genkernel has run"
echo " --no-postclear Do not clean up after genkernel has run"
echo " Output Settings"
@@ -593,7 +593,7 @@ parse_cmdline() {
CMD_STATIC=$(parse_optbool "$*")
print_info 3 "CMD_STATIC: ${CMD_STATIC}"
;;
- --tempdir=*)
+ --tmpdir=*)
CMD_TMPDIR="${*#*=}"
print_info 3 "CMD_TMPDIR: ${CMD_TMPDIR}"
;;