aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/cat.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/cat.fish')
-rw-r--r--init/completions/cat.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/completions/cat.fish b/init/completions/cat.fish
index d20a2a9b..be52e9c3 100644
--- a/init/completions/cat.fish
+++ b/init/completions/cat.fish
@@ -1,7 +1,7 @@
complete -c cat -s A -l show-all -d (_ "Escape all non-printing characters")
complete -c cat -s b -l number-nonblank -d (_ "Number nonblank lines")
complete -c cat -s e -d (_ "Escape non-printing characters except tab")
-complete -c cat -s E -l show-ends -d (_ "Display $ at end of line")
+complete -c cat -s E -l show-ends -d (_ "Display \$ at end of line")
complete -c cat -s n -l number -d (_ "Number all lines")
complete -c cat -s s -l squeeze-blank -d (_ "Never more than single blank line")
complete -c cat -s t -d (_ "Escape non-printing characters except newline")