mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
Unix pageant usage: --foo-prompt not just for -a.
This commit is contained in:
parent
2a65c8ef8c
commit
b375177c67
@ -207,8 +207,8 @@ static void usage(void)
|
|||||||
printf("Other options:\n");
|
printf("Other options:\n");
|
||||||
printf(" -v verbose mode (in agent mode)\n");
|
printf(" -v verbose mode (in agent mode)\n");
|
||||||
printf(" -s -c force POSIX or C shell syntax (in agent mode)\n");
|
printf(" -s -c force POSIX or C shell syntax (in agent mode)\n");
|
||||||
printf(" --tty-prompt force tty-based passphrase prompt (in -a mode)\n");
|
printf(" --tty-prompt force tty-based passphrase prompt\n");
|
||||||
printf(" --gui-prompt force GUI-based passphrase prompt (in -a mode)\n");
|
printf(" --gui-prompt force GUI-based passphrase prompt\n");
|
||||||
printf(" --askpass <prompt> behave like a standalone askpass program\n");
|
printf(" --askpass <prompt> behave like a standalone askpass program\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user