abbr: tidy description

This commit is contained in:
David Adam 2018-11-13 21:42:49 +08:00
parent 7257c69979
commit 5bd0472682

View file

@ -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'