aboutsummaryrefslogtreecommitdiff
path: root/crypt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crypt.sh')
-rwxr-xr-xcrypt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt.sh b/crypt.sh
index 1b18858..967403f 100755
--- a/crypt.sh
+++ b/crypt.sh
@@ -956,7 +956,7 @@ case "$COMMAND" in
init) shift; cmd_init "$@" ;;
info) shift; cmd_info "$@" ;;
edit) shift; cmd_edit "$@" ;;
- insert) shift; cmd_insert "$@" ;;
+ insert|add) shift; cmd_insert "$@" ;;
show) shift; cmd_show "$@" ;;
grep) shift; cmd_grep "$@" ;;
list|ls) shift; cmd_list "$@" ;;