From 4c7db9f4d85f05e1ba022164bc3d854bbee56a11 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 20 Apr 2018 18:08:00 +0300 Subject: Drop: --auth-url, fix --secrets description, default --- icktool | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'icktool') diff --git a/icktool b/icktool index c54e3df..32cce94 100755 --- a/icktool +++ b/icktool @@ -72,16 +72,11 @@ class Icktool(cliapp.Application): metavar='URL', ) - 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( -- cgit v1.2.1