From c0cf25cf0b28969dd9ef821f7952f42783ed6720 Mon Sep 17 00:00:00 2001 From: David Adam Date: Fri, 22 May 2015 09:48:39 +0800 Subject: abbr: rename --remove to --erase for consistency with other fish commands Closes #2071. --- share/tools/web_config/webconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/tools') diff --git a/share/tools/web_config/webconfig.py b/share/tools/web_config/webconfig.py index 5438a43e..d65c86f8 100755 --- a/share/tools/web_config/webconfig.py +++ b/share/tools/web_config/webconfig.py @@ -702,7 +702,7 @@ class FishConfigHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): return result def do_remove_abbreviation(self, abbreviation): - out, err = run_fish_cmd('abbr -r %s' % abbreviation['word']) + out, err = run_fish_cmd('abbr -e %s' % abbreviation['word']) if out or err: return err else: -- cgit v1.2.3