From c85ca8c51cfdfb62cb8b9da23e74ab5e4d5cc62a Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Sat, 1 Apr 2023 22:34:30 -0400 Subject: [PATCH] changed wording from account to config --- truenas_kmip_unlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> ")