diff options
| author | Federico Angelilli <code@fedang.net> | 2024-07-05 12:43:55 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-07-05 12:43:55 +0200 |
| commit | dab5ff64ff719bb2f49df00e913eda99b106a5f6 (patch) | |
| tree | 4a09ecdd9032ed5e599a09291f51576a66fbb4fc /crypt.sh | |
| parent | 2b73e2447a04bbbee75c5355c10edd9c6a15fc39 (diff) | |
Alias add to inserttrunk
Diffstat (limited to 'crypt.sh')
| -rwxr-xr-x | crypt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "$@" ;; |
