summaryrefslogtreecommitdiff
path: root/localsmsadmin
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-06 19:16:30 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-06 19:16:30 +0200
commitef1235d181a5038af6e56484cd9ff35e03102e9a (patch)
treec377ed6a7d06a4ef9ae87ab4d5e3575c25a2a8cf /localsmsadmin
parent491acdab9a04d6d44d0e6014a099b238566b20e7 (diff)
Add ping command to localkannel-dispatch, and mention it in help output of localsmsadmin.
Diffstat (limited to 'localsmsadmin')
-rwxr-xr-xlocalsmsadmin4
1 files changed, 3 insertions, 1 deletions
diff --git a/localsmsadmin b/localsmsadmin
index 0fb6fc8..ec891d6 100755
--- a/localsmsadmin
+++ b/localsmsadmin
@@ -367,11 +367,13 @@ EOF
;;
help)
cat <<EOF
-Admin commands:
+Commands:
+/ping [...]
/add user|group|session|default ...
/del user|group|session|default ...
/mission AGENT @VICTIM msg...
/COMMAND help
+/help
try e.g. "/del help".
EOF