aboutsummaryrefslogtreecommitdiffstats
path: root/misc/auto-completion/zsh/_nnn
diff options
context:
space:
mode:
Diffstat (limited to 'misc/auto-completion/zsh/_nnn')
-rw-r--r--misc/auto-completion/zsh/_nnn6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn
index 20a313f..900b20e 100644
--- a/misc/auto-completion/zsh/_nnn
+++ b/misc/auto-completion/zsh/_nnn
@@ -10,17 +10,17 @@ setopt localoptions noshwordsplit noksharrays
local -a args
args=(
'(-b)-b[bookmark key to open]:key char'
- '(-d)-d[show hidden files]'
+ '(-d)-d[start in detail mode]'
'(-e)-e[use exiftool instead of mediainfo]'
- '(-h)-h[show this help and exit]'
+ '(-H)-H[show hidden files]'
'(-i)-i[start in navigate-as-you-type mode]'
- '(-l)-l[start in light mode (fewer details)]'
'(-n)-n[use version compare to sort files]'
'(-p)-p[copy selection to file]:file name'
'(-s)-s[use substring match for filters]'
'(-S)-S[start in disk usage analyzer mode]'
'(-v)-v[show program version and exit]'
'(-w)-w[wild load]'
+ '(-h)-h[show program help]'
'*:filename:_files'
)
_arguments -S -s $args