mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-18 19:41:01 -05:00
Man page for psocks.
This commit is contained in:
2
psocks.c
2
psocks.c
@ -484,7 +484,7 @@ void psocks_cmdline(psocks_state *ps, int argc, char **argv)
|
||||
* subcommand, even if they look like options */
|
||||
doing_opts = false;
|
||||
} else if (!strcmp(p, "--help")) {
|
||||
printf("usage: psocks [ -d | -f");
|
||||
printf("usage: psocks [ -d ] [ -f");
|
||||
if (ps->platform->open_pipes)
|
||||
printf(" | -p pipe-cmd");
|
||||
printf(" ] [ -g ] port-number");
|
||||
|
Reference in New Issue
Block a user