diff options
-rwxr-xr-x | bosun | 2 | ||||
-rw-r--r-- | bosun.1 | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -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 @@ -66,6 +66,11 @@ active role. If no roles are given, rebuild all active roles. .It Sy remove Em role ... Deactivates the given roles on the system. +.Pp +This command has two aliases, +.Sy del +and +.Sy delete . .El .Pp If no command is given, |