mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
abbr: tidy description
This commit is contained in:
parent
7257c69979
commit
5bd0472682
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
function abbr --description "Manage abbreviations using new fish 3.0 scheme."
|
||||
function abbr --description "Manage abbreviations"
|
||||
set -l options --stop-nonopt --exclusive 'a,r,e,l,s' --exclusive 'g,U'
|
||||
set -a options 'h/help' 'a/add' 'r/rename' 'e/erase' 'l/list' 's/show'
|
||||
set -a options 'g/global' 'U/universal'
|
||||
|
|
Loading…
Reference in a new issue