aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/abbr.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/abbr.txt')
-rw-r--r--doc_src/abbr.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc_src/abbr.txt b/doc_src/abbr.txt
index b3e9a7fd..0c3dc37a 100644
--- a/doc_src/abbr.txt
+++ b/doc_src/abbr.txt
@@ -18,7 +18,7 @@ Abbreviations are stored, by default, in a universal variable.
The following parameters are available:
-- `-a 'WORD=PHRASE'` or `--add 'WORD=PHRASE'` Adds a new abbreviation, where WORD will be expanded to PHRASE. Only a single argument is supported - protect the contents with quotes or escapes.
+- `-a WORD PHRASE` or `--add WORD PHRASE` Adds a new abbreviation, where WORD will be expanded to PHRASE.
- `-s` or `--show` Show all abbreviated words and their expanded phrases in a manner suitable for export and import.
@@ -29,7 +29,7 @@ The following parameters are available:
\subsection abbr-example Examples
\fish
-abbr -a 'gco=git checkout'
+abbr -a gco git checkout
\endfish
Add a new abbreviation where `gco` will be replaced with `git checkout`.