From 71d194546613edb4e8e4ceb5f2dc48c682a938df Mon Sep 17 00:00:00 2001 From: Artemis Mirai Date: Fri, 30 Jun 2023 23:20:18 -0500 Subject: [PATCH] fix: added name prompting interrupt notice ("(CTRL-D to finish)") --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index a38d133..db068cd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -107,7 +107,7 @@ fn main() { } // `-g | --gen-key` if args.gen_key { - logger.info("Type your name below. Note that this will be visible to everyone who imports your public key."); + logger.info("Type your name below. Note that this will be visible to everyone who imports your public key (CTRL-D to finish)"); let name = logger.input(); logger.info("Generating owned key set..."); let privkey_id = kdt.gen_key(if name.is_empty() {