aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/abbr.fish
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-05-22 09:48:39 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-05-22 09:48:39 +0800
commitc0cf25cf0b28969dd9ef821f7952f42783ed6720 (patch)
treeb5ea6ede9aab35c5cfa174115f265e903e66b0dc /share/completions/abbr.fish
parentedf6a951ee3c84c9b24cd285383f7dac764edbb7 (diff)
abbr: rename --remove to --erase
for consistency with other fish commands Closes #2071.
Diffstat (limited to 'share/completions/abbr.fish')
-rw-r--r--share/completions/abbr.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/abbr.fish b/share/completions/abbr.fish
index 6671ecd6..3dcac341 100644
--- a/share/completions/abbr.fish
+++ b/share/completions/abbr.fish
@@ -1,5 +1,5 @@
complete -c abbr -f -s a -l add -d 'Add abbreviation'
-complete -c abbr -s r -l remove -d 'Remove abbreviation' -xa '(abbr -l)'
+complete -c abbr -s e -l erase -d 'Erase abbreviation' -xa '(abbr -l)'
complete -c abbr -f -s s -l show -d 'Print all abbreviations'
complete -c abbr -f -s l -l list -d 'Print all abbreviation names'
complete -c abbr -f -s h -l help -d 'Help'