From 7fe8a63f532670bcdb1509808ba2ac5ed82b75ba Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 13 Sep 2015 22:32:08 +0200 Subject: Webconfig: It's abbr --erase, not abbr --remove This was renamed in c0cf25cf0b28969dd9ef821f7952f42783ed6720 but never in webconfig. --- 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 c122f587..25553a28 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 --remove %s' % abbreviation['word']) + out, err = run_fish_cmd('abbr --erase %s' % abbreviation['word']) if out or err: return err else: -- cgit v1.2.3