mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-26 01:32:25 +00:00
Add -c/-s to Unix 'pageant --help'.
This commit is contained in:
parent
def7d9a3f6
commit
7e9cb921f6
@ -136,6 +136,7 @@ static void usage(void)
|
|||||||
printf(" -D delete all keys from the agent\n");
|
printf(" -D delete all keys from the agent\n");
|
||||||
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");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user