summaryrefslogtreecommitdiff
path: root/localsmsadmin
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-05 16:58:37 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-05 16:58:37 +0200
commit8ad6b89cf127df8cbb87345faafbc9bc13b195cd (patch)
tree79ff7e81161b1ef4cc93757159c350a42d1f0d54 /localsmsadmin
parent00efe3fefccb1c6eec0bcc997f89a7d1d3cb912c (diff)
Comment out unfinished "list" command in localsmsadmin.
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: