diff --git a/lgsm/functions/core_getopt.sh b/lgsm/functions/core_getopt.sh index 051149407..9b0caad48 100644 --- a/lgsm/functions/core_getopt.sh +++ b/lgsm/functions/core_getopt.sh @@ -41,7 +41,7 @@ case "${getopt}" in command_install.sh;; ai|auto-install) fn_autoinstall;; - dd|depsdetect) + dd|deps-detect) command_dev_detect_deps.sh;; dg|detect-glibc) command_dev_detect_glibc.sh;; @@ -103,7 +103,7 @@ case "${getopt}" in command_install.sh;; ai|auto-install) fn_autoinstall;; - dd|depsdetect) + dd|deps-detect) command_dev_detect_deps.sh;; dg|detect-glibc) command_dev_detect_glibc.sh;; @@ -162,7 +162,7 @@ case "${getopt}" in command_install.sh;; ai|auto-install) fn_autoinstall;; - dd|depsdetect) + dd|deps-detect) command_dev_detect_deps.sh;; dg|detect-glibc) command_dev_detect_glibc.sh;; @@ -217,7 +217,7 @@ case "${getopt}" in command_dev_debug.sh;; i|install) command_install.sh;; - dd|depsdetect) + dd|deps-detect) command_dev_detect_deps.sh;; dg|detect-glibc) command_dev_detect_glibc.sh;; @@ -281,7 +281,7 @@ case "${getopt}" in command_install.sh;; ai|auto-install) fn_autoinstall;; - dd|depsdetect) + dd|deps-detect) command_dev_detect_deps.sh;; dg|detect-glibc) command_dev_detect_glibc.sh;; @@ -348,7 +348,7 @@ case "${getopt}" in fn_autoinstall;; mc|map-compressor) compress_ut99_maps.sh;; - dd|depsdetect) + dd|deps-detect) command_dev_detect_deps.sh;; dg|detect-glibc) command_dev_detect_glibc.sh;; @@ -416,7 +416,7 @@ case "${getopt}" in command_install.sh;; ai|auto-install) fn_autoinstall;; - dd|depsdetect) + dd|deps-detect) command_dev_detect_deps.sh;; dg|detect-glibc) command_dev_detect_glibc.sh;; @@ -486,7 +486,7 @@ case "${getopt}" in install_ut2k4_key.sh;; mc|map-compressor) compress_unreal2_maps.sh;; - dd|depsdetect) + dd|deps-detect) command_dev_detect_deps.sh;; dg|detect-glibc) command_dev_detect_glibc.sh;;