aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/status.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/status.fish')
-rw-r--r--share/completions/status.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/status.fish b/share/completions/status.fish
index 3228ce05..cb404032 100644
--- a/share/completions/status.fish
+++ b/share/completions/status.fish
@@ -1,5 +1,5 @@
-complete -c status -s h -l help -d (N_ "Display help and exit" )
+complete -c status -s h -l help --description "Display help and exit"
complete -c status -l is-command-substitution --description "Test if a command substitution is currently evaluated"
complete -c status -l is-block --description "Test if a code block is currently evaluated"
complete -c status -l is-interactive --description "Test if this is an interactive shell"