From: Jacob Nevins Date: Sat, 11 Feb 2017 22:12:33 +0000 (+0000) Subject: Add -c/-s to Unix 'pageant --help'. X-Git-Tag: 0.68~35 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=7e9cb921f6024a9de567cc509974bf7388230f0f;p=PuTTY.git Add -c/-s to Unix 'pageant --help'. --- diff --git a/unix/uxpgnt.c b/unix/uxpgnt.c index 14f1366c..b8738fac 100644 --- a/unix/uxpgnt.c +++ b/unix/uxpgnt.c @@ -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); }