diff options
author | 2020-03-18 02:41:30 +0530 | |
---|---|---|
committer | 2020-03-18 02:41:30 +0530 | |
commit | f4786da9bc012ef7929106b1f22c39730519fd09 (patch) | |
tree | 136e2eab537d229d564d60732263e6001f376a4d /misc/auto-completion/zsh | |
parent | 85379a703bb698eb69447a1fc2a717e8f2813717 (diff) | |
download | nnn-f4786da9bc012ef7929106b1f22c39730519fd09.tar.gz |
Option -T obsoletes option -v
Diffstat (limited to 'misc/auto-completion/zsh')
-rw-r--r-- | misc/auto-completion/zsh/_nnn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index f355263..2a486be 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -29,7 +29,6 @@ args=( '(-S)-S[start in disk usage analyzer mode]' '(-t)-t[timeout to lock]:seconds' '(-T)-T[a d e r s t v]:key' - '(-v)-v[use version compare to sort files]' '(-V)-V[show program version and exit]' '(-x)-x[notis, sel to system clipboard]' '(-h)-h[show program help]' |