aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/abbr.txt
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 /doc_src/abbr.txt
parentedf6a951ee3c84c9b24cd285383f7dac764edbb7 (diff)
abbr: rename --remove to --erase
for consistency with other fish commands Closes #2071.
Diffstat (limited to 'doc_src/abbr.txt')
-rw-r--r--doc_src/abbr.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc_src/abbr.txt b/doc_src/abbr.txt
index 0c3dc37a..a32592d8 100644
--- a/doc_src/abbr.txt
+++ b/doc_src/abbr.txt
@@ -5,7 +5,7 @@
abbr -a word="phrase"
abbr -s
abbr -l
-abbr -r word
+abbr -e word
\endfish
\subsection abbr-description Description
@@ -24,7 +24,7 @@ The following parameters are available:
- `-l` or `--list` Lists all abbreviated words.
-- `-r WORD` or `--remove WORD` Remove the abbreviation WORD.
+- `-e WORD` or `--erase WORD` Erase the abbreviation WORD.
\subsection abbr-example Examples
@@ -34,9 +34,9 @@ abbr -a gco git checkout
Add a new abbreviation where `gco` will be replaced with `git checkout`.
\fish
-abbr -r gco
+abbr -e gco
\endfish
-Remove the `gco` abbreviation.
+Erase the `gco` abbreviation.
\fish
ssh another_host abbr -s | source