Mention plink's new -N option in usage and man page.
[u/mdw/putty] / plink.c
diff --git a/plink.c b/plink.c
index f6e2a70..b99646a 100644 (file)
--- a/plink.c
+++ b/plink.c
@@ -234,6 +234,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);
 }