Put in a missing colon in the "Enter passphrase" message.
This commit is contained in:
parent
8166d13066
commit
bb0ece08cd
@ -121,7 +121,7 @@ add_file(AuthenticationConnection *ac, const char *filename)
|
||||
/* clear passphrase since it did not work */
|
||||
clear_pass();
|
||||
printf("Need passphrase for %.200s\n", filename);
|
||||
snprintf(msg, sizeof msg, "Enter passphrase for %.200s ",
|
||||
snprintf(msg, sizeof msg, "Enter passphrase for %.200s: ",
|
||||
comment);
|
||||
for (;;) {
|
||||
pass = read_passphrase(msg, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user