summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xicktool2
1 files changed, 1 insertions, 1 deletions
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',
)