aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-06-05 14:02:25 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-06-05 14:02:25 +0800
commit18d74655925eb7afb133b1b1437b901ae816e33e (patch)
tree4552d94195fb11573cf0270f8be75b856e5f9669 /doc_src
parentec7dd1ece8d4ad89f9d6027fd8d7d65552eb3a04 (diff)
parentb6b6de330463db1b79c9c7a67efd6d671b9b9de3 (diff)
Merge branch 'Integration_2.2.0'
Diffstat (limited to 'doc_src')
-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