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() {