diff --git a/truenas_kmip_unlock.py b/truenas_kmip_unlock.py index 22a2dbb..6183c1a 100644 --- a/truenas_kmip_unlock.py +++ b/truenas_kmip_unlock.py @@ -350,7 +350,7 @@ if __name__ == '__main__': if not os.path.exists(secrets_config_file): print("No pools found, do you want to add a new one?") print(" ") - print("n) New account") + print("n) New config") print("q) Quit config") while True: user_input = input("n/q> ")