summaryrefslogtreecommitdiff
path: root/icktool
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-20 18:08:00 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-20 18:08:00 +0300
commit4c7db9f4d85f05e1ba022164bc3d854bbee56a11 (patch)
tree8a151c9182e56e623aae6fd3c2cbc8bdf7b1f081 /icktool
parent872b29cd9e4270add5faceea6ab689a2d9f5161d (diff)
downloadick2-4c7db9f4d85f05e1ba022164bc3d854bbee56a11.tar.gz
Drop: --auth-url, fix --secrets description, default
Diffstat (limited to 'icktool')
-rwxr-xr-xicktool11
1 files changed, 3 insertions, 8 deletions
diff --git a/icktool b/icktool
index c54e3df..32cce94 100755
--- a/icktool
+++ b/icktool
@@ -73,15 +73,10 @@ class Icktool(cliapp.Application):
)
self.settings.string(
- ['auth-url'],
- 'use URL as the authentication URL',
- metavar='URL',
- )
-
- self.settings.string(
['secrets'],
- 'use URL as the controller base URL',
- metavar='URL',
+ 'use FILE for credentials for authentication server',
+ metavar='FILE',
+ default=os.path.expanduser('~/.config/icktool/credentials.conf')
)
self.settings.boolean(