X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=psftp.c;h=09309a79f4d47dfe5946353b2bc5ed90efb6d22d;hb=b14c3443d30a768c718a950ae1e4725ecd7a5cfd;hp=3b22741e2965c153e72f15a603633bb2708ec20f;hpb=7e9cb921f6024a9de567cc509974bf7388230f0f;p=PuTTY.git diff --git a/psftp.c b/psftp.c index 3b22741e..09309a79 100644 --- a/psftp.c +++ b/psftp.c @@ -2657,6 +2657,8 @@ static void usage(void) printf(" -hostkey aa:bb:cc:...\n"); printf(" manually specify a host key (may be repeated)\n"); printf(" -batch disable all interactive prompts\n"); + printf(" -proxycmd command\n"); + printf(" use 'command' as local proxy\n"); printf(" -sshlog file\n"); printf(" -sshrawlog file\n"); printf(" log protocol details to a file\n");