mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-26 14:01:13 -03:00
Update docs for multi-erase in abbr and set
[ci skip]
This commit is contained in:
@@ -9,7 +9,7 @@ Synopsis
|
||||
::
|
||||
|
||||
abbr --add [SCOPE] WORD EXPANSION
|
||||
abbr --erase WORD
|
||||
abbr --erase WORD...
|
||||
abbr --rename [SCOPE] OLD_WORD NEW_WORD
|
||||
abbr --show
|
||||
abbr --list
|
||||
@@ -35,7 +35,7 @@ The following options are available:
|
||||
|
||||
- ``-l`` or ``--list`` Lists all abbreviated words.
|
||||
|
||||
- ``-e WORD`` or ``--erase WORD`` Erase the abbreviation WORD.
|
||||
- ``-e WORD`` or ``--erase WORD...`` Erase the given abbreviations.
|
||||
|
||||
- ``-q`` or ``--query`` Return 0 (true) if one of the WORDs is an abbreviation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user