From 0e024a5ecec0d73c00216b1c6aa87c7ea960b6c9 Mon Sep 17 00:00:00 2001 From: Marvin Lehmann Date: Mon, 25 Jul 2016 18:55:27 +0200 Subject: [PATCH] Corrected abbreviaton of test-alert parameter --- lgsm/functions/core_getopt.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lgsm/functions/core_getopt.sh b/lgsm/functions/core_getopt.sh index d64983ee0..251a198dc 100644 --- a/lgsm/functions/core_getopt.sh +++ b/lgsm/functions/core_getopt.sh @@ -87,7 +87,7 @@ case "${getopt}" in command_update_functions.sh;; m|monitor) command_monitor.sh;; - et|test-alert) + ta|test-alert) command_test_alert.sh;; dt|details) command_details.sh;; @@ -142,7 +142,7 @@ case "${getopt}" in command_update_functions.sh;; m|monitor) command_monitor.sh;; - et|test-alert) + ta|test-alert) command_test_alert.sh;; b|backup) command_backup.sh;; @@ -197,7 +197,7 @@ case "${getopt}" in command_validate.sh;; m|monitor) command_monitor.sh;; - et|test-alert) + ta|test-alert) command_test_alert.sh;; dt|details) command_details.sh;; @@ -260,7 +260,7 @@ case "${getopt}" in command_update_functions.sh;; m|monitor) command_monitor.sh;; - et|test-alert) + ta|test-alert) command_test_alert.sh;; dt|details) command_details.sh;; @@ -328,7 +328,7 @@ case "${getopt}" in command_validate.sh;; m|monitor) command_monitor.sh;; - et|test-alert) + ta|test-alert) command_test_alert.sh;; dt|details) command_details.sh;; @@ -392,7 +392,7 @@ case "${getopt}" in command_update_functions.sh;; m|monitor) command_monitor.sh;; - et|test-alert) + ta|test-alert) command_test_alert.sh;; dt|details) command_details.sh;;