aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/env.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/env.fish')
-rw-r--r--share/completions/env.fish12
1 files changed, 6 insertions, 6 deletions
diff --git a/share/completions/env.fish b/share/completions/env.fish
index 828ae894..ae8586d7 100644
--- a/share/completions/env.fish
+++ b/share/completions/env.fish
@@ -1,10 +1,10 @@
-complete -c env -a "(set -n)=" -x -d (N_ "Redefine variable")
+complete -c env -a "(set -n)=" -x --description "Redefine variable"
-complete -c env -a "(__fish_complete_subcommand -- -u --unset)" -d (N_ "Command")
+complete -c env -a "(__fish_complete_subcommand -- -u --unset)" --description "Command"
-complete -c env -s i -l ignore-environment -d (N_ "Start with an empty environment")
-complete -c env -s u -l unset -d (N_ "Remove variable from the environment") -x -a "(set -n)"
-complete -c env -l help -d (N_ "Display help and exit")
-complete -c env -l version -d (N_ "Display version and exit")
+complete -c env -s i -l ignore-environment --description "Start with an empty environment"
+complete -c env -s u -l unset --description "Remove variable from the environment" -x -a "(set -n)"
+complete -c env -l help --description "Display help and exit"
+complete -c env -l version --description "Display version and exit"