aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/perl.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/perl.fish')
-rw-r--r--init/completions/perl.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/completions/perl.fish b/init/completions/perl.fish
index 9bfe7280..62f49b07 100644
--- a/init/completions/perl.fish
+++ b/init/completions/perl.fish
@@ -1,5 +1,5 @@
complete -c perl -s 0 -d (_ 'Specify record separator')
-complete -c perl -s a -d (_ 'Feed input to split')A
+complete -c perl -s a -d (_ 'Turn on autosplit mode')
complete -c perl -s c -d (_ 'Check syntax')
complete -c perl -s d -d (_ 'Debugger')
complete -c perl -s D -x -d (_ 'Debug option')
@@ -7,7 +7,7 @@ complete -c perl -s e -x -d (_ 'Execute command')
complete -c perl -s F -d (_ 'Set regexp used to split input')
complete -c perl -s i -d (_ 'Edit files in-place')
complete -c perl -s I -d (_ 'Include path')
-complete -c perl -s l -d (_ 'Line ending processing')
+complete -c perl -s l -d (_ 'Automatic line ending processing')
complete -c perl -s n -d (_ 'Loop script')
complete -c perl -s p -d (_ 'Loop script, print $_')
complete -c perl -s P -d (_ 'Invoke CPP')