mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
Fix missing parenthesis in help text.
This commit is contained in:
parent
ce59d8bb4f
commit
498c0a3abc
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user