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, 3 insertions, 1 deletions
diff --git a/doc_src/abbr.txt b/doc_src/abbr.txt
index a4e709d0..9e7ebf66 100644
--- a/doc_src/abbr.txt
+++ b/doc_src/abbr.txt
@@ -2,7 +2,7 @@
\subsection abbr-synopsis Synopsis
\fish{synopsis}
-abbr -a word="phrase"
+abbr -a word phrase...
abbr -s
abbr -l
abbr -e word
@@ -26,6 +26,8 @@ The following parameters are available:
- `-e WORD` or `--erase WORD` Erase the abbreviation WORD.
+Note: fish version 2.1 supported `-a WORD=PHRASE`. This syntax is now deprecated but will still be converted.
+
\subsection abbr-example Examples
\fish