diff --git a/blessclient/client.py b/blessclient/client.py index 27b826f..e8b2439 100755 --- a/blessclient/client.py +++ b/blessclient/client.py @@ -199,7 +199,7 @@ def get_mfa_token_cli(): def get_mfa_token_gui(message): sys.stderr.write( - "Enter your AWS MFA token in the gui dialog. Alternatively, run mfa.sh first.\n") + "Enter your AWS MFA token in the gui dialog.\n") tig = tokengui.TokenInputGUI() if message == 'BLESS': message = None