]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Add -c/-s to Unix 'pageant --help'.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 11 Feb 2017 22:12:33 +0000 (22:12 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 11 Feb 2017 22:12:33 +0000 (22:12 +0000)
unix/uxpgnt.c

index 14f1366c28068d2155faa8c10bb0c3468b3655c3..b8738fac55dfd88574b186d6cd01806ba08e3922 100644 (file)
@@ -136,6 +136,7 @@ static void usage(void)
     printf("  -D           delete all keys from the agent\n");
     printf("Other options:\n");
     printf("  -v           verbose mode (in agent mode)\n");
+    printf("  -s -c        force POSIX or C shell syntax (in agent mode)\n");
     exit(1);
 }