From 504a20df01d83d76bd925ef048ecffc4a10fd102 Mon Sep 17 00:00:00 2001 From: "Ralf G. R. Bergs" Date: Sun, 3 Nov 2019 13:58:23 +0100 Subject: [PATCH] Fixed typo in help for `--setup`. --- awsmfa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awsmfa/__init__.py b/awsmfa/__init__.py index 21e7096..b5a4331 100755 --- a/awsmfa/__init__.py +++ b/awsmfa/__init__.py @@ -76,7 +76,7 @@ def main(): required=False, default='DEBUG') parser.add_argument('--setup', - help="Setup a new log term credentials section", + help="Setup a new long term credentials section", action="store_true", required=False) parser.add_argument('--token', '--mfa-token',