From 33f0993dee800919517e676274562dfbf10b5b60 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 3 Dec 2017 17:55:54 +0200 Subject: Add: icktool -c alias for --controller --- icktool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icktool') diff --git a/icktool b/icktool index 8abac80..165c8b3 100755 --- a/icktool +++ b/icktool @@ -67,7 +67,7 @@ class Icktool(cliapp.Application): def add_settings(self): self.settings.string( - ['controller'], + ['controller', 'c'], 'use URL as the controller base URL', metavar='URL', ) -- cgit v1.2.1