aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/trap.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/trap.fish')
-rw-r--r--share/completions/trap.fish6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/completions/trap.fish b/share/completions/trap.fish
index 5cdd0a5f..3f560bf2 100644
--- a/share/completions/trap.fish
+++ b/share/completions/trap.fish
@@ -1,4 +1,4 @@
-complete -c trap -s l -l list-signals -d (_ 'Display names of all signals')
-complete -c trap -s p -l print -d (_ 'Display all currently defined trap handlers')
-complete -c trap -s h -l help -d (_ 'Display help and exit')
+complete -c trap -s l -l list-signals -d (N_ 'Display names of all signals')
+complete -c trap -s p -l print -d (N_ 'Display all currently defined trap handlers')
+complete -c trap -s h -l help -d (N_ 'Display help and exit')