aboutsummaryrefslogtreecommitdiffstats
path: root/bosun
diff options
context:
space:
mode:
Diffstat (limited to 'bosun')
-rwxr-xr-xbosun2
1 files changed, 1 insertions, 1 deletions
diff --git a/bosun b/bosun
index cbc9718..08f1842 100755
--- a/bosun
+++ b/bosun
@@ -96,6 +96,6 @@ case $cmd in
flush) flush;;
list) list "$@";;
rebuild) rebuild "$@";;
- remove) remove "$@";;
+ del|delete|remove) remove "$@";;
*) err "no such command '$cmd'"; usage;;
esac