fix: added name prompting interrupt notice ("(CTRL-D to finish)")

This commit is contained in:
Artemis 2023-06-30 23:20:18 -05:00
parent 46a9848409
commit 71d1945466
1 changed files with 1 additions and 1 deletions

View File

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