mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Fix missing parenthesis in help text.
This commit is contained in:
@ -206,7 +206,7 @@ static void usage(void)
|
||||
printf(" --public-openssh, -L print public keys in OpenSSH format\n");
|
||||
printf(" -d delete key(s) from the agent\n");
|
||||
printf(" -D delete all keys from the agent\n");
|
||||
printf(" -r re-encrypt keys in the agent (forget cleartext\n");
|
||||
printf(" -r re-encrypt keys in the agent (forget cleartext)\n");
|
||||
printf(" -R re-encrypt all possible keys in the agent\n");
|
||||
printf("Other options:\n");
|
||||
printf(" -v verbose mode (in agent mode)\n");
|
||||
|
Reference in New Issue
Block a user