From 5bd04726824f97f03174438eb72b8be0b1274b85 Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 13 Nov 2018 21:42:49 +0800 Subject: [PATCH] abbr: tidy description --- share/functions/abbr.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/abbr.fish b/share/functions/abbr.fish index 33e249502..09ad87a12 100644 --- a/share/functions/abbr.fish +++ b/share/functions/abbr.fish @@ -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'