summaryrefslogtreecommitdiff
path: root/localsmsadmin
diff options
context:
space:
mode:
Diffstat (limited to 'localsmsadmin')
-rwxr-xr-xlocalsmsadmin24
1 files changed, 12 insertions, 12 deletions
diff --git a/localsmsadmin b/localsmsadmin
index 473d280..b3c33e0 100755
--- a/localsmsadmin
+++ b/localsmsadmin
@@ -314,18 +314,18 @@ EOF
;;
esac
;;
- list|show|view)
- case "$1" in
- default|user|group|session)
- type="$1"; shift
- response="$(listobject "$type" "$@")" || exit1 "Failed listing $type${response+: $response}"
- exit0 "Listing $type: $response."
- ;;
- *)
- exit1 "Cannot list \"$1\" (try \"/help\" to see supported commands)!"
- ;;
- esac
- ;;
+# list|show|view)
+# case "$1" in
+# default|user|group|session)
+# type="$1"; shift
+# response="$(listobject "$type" "$@")" || exit1 "Failed listing $type${response+: $response}"
+# exit0 "Listing $type: $response."
+# ;;
+# *)
+# exit1 "Cannot list \"$1\" (try \"/help\" to see supported commands)!"
+# ;;
+# esac
+# ;;
help)
cat <<EOF
Admin commands: