X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/46ed7b64cb3736ee27e06752cb49415ad2a72dec..533b1743c50f01d64c67cb69ccd0d8c6f9762092:/unix/uxplink.c diff --git a/unix/uxplink.c b/unix/uxplink.c index 146fcb30..e2b4d3d9 100644 --- a/unix/uxplink.c +++ b/unix/uxplink.c @@ -230,6 +230,7 @@ static void usage(void) printf(" -C enable compression\n"); printf(" -i key private key file for authentication\n"); printf(" -s remote command is an SSH subsystem (SSH-2 only)\n"); + printf(" -N don't start a shell/command (SSH-2 only)\n"); exit(1); }