You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: authenticator.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,7 @@ def clear():
312
312
elif"clear"incmd:
313
313
clear()
314
314
elif"help"incmd:
315
-
print(Fore.YELLOW+Style.BRIGHT+"Commands: help - show available commands\n add <your_lable> - add new authenticator\n remove <your_lable> - remove authenticator\n get <your_lable> - get authenticator code\n export <your_lable> - export 2FA Authenticator TOTP Key\n list - list your apps registered in authenticator\n clear - clear terminal output"+sr)
315
+
print(Fore.YELLOW+Style.BRIGHT+"Commands: help - show available commands\n add <your_lable> - add new authenticator\n remove <your_lable> - remove authenticator\n get <your_lable> - get authenticator code\n export <your_lable> - export 2FA Authenticator TOTP Key\n list - list your apps registered in authenticator\n clear - clear terminal output"+sr)
316
316
else:
317
317
print(Fore.RED+Style.BRIGHT+"Command is unrecognized !")
0 commit comments