aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/auto-completion
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/auto-completion')
-rw-r--r--scripts/auto-completion/fish/nnn.fish2
-rw-r--r--scripts/auto-completion/zsh/_nnn2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/auto-completion/fish/nnn.fish b/scripts/auto-completion/fish/nnn.fish
index 59182b5..02f8024 100644
--- a/scripts/auto-completion/fish/nnn.fish
+++ b/scripts/auto-completion/fish/nnn.fish
@@ -16,4 +16,4 @@ complete -c nnn -s p -r -d 'copy selection to file'
complete -c nnn -s s -d 'use substring match for filters'
complete -c nnn -s S -d 'start in disk usage analyzer mode'
complete -c nnn -s v -d 'show program version and exit'
-complete -c nnn -s w -d 'wild mode'
+complete -c nnn -s w -d 'wild load'
diff --git a/scripts/auto-completion/zsh/_nnn b/scripts/auto-completion/zsh/_nnn
index bda285b..20a313f 100644
--- a/scripts/auto-completion/zsh/_nnn
+++ b/scripts/auto-completion/zsh/_nnn
@@ -20,7 +20,7 @@ args=(
'(-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 mode]'
+ '(-w)-w[wild load]'
'*:filename:_files'
)
_arguments -S -s $args