Skip to content

Commit 2c35382

Browse files
author
James Addison
authored
Remove stale documentation suggestion
1 parent 6442227 commit 2c35382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blessclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def get_mfa_token_cli():
199199

200200
def get_mfa_token_gui(message):
201201
sys.stderr.write(
202-
"Enter your AWS MFA token in the gui dialog. Alternatively, run mfa.sh first.\n")
202+
"Enter your AWS MFA token in the gui dialog.\n")
203203
tig = tokengui.TokenInputGUI()
204204
if message == 'BLESS':
205205
message = None

0 commit comments

Comments
 (0)