From b375177c67477cb62538cab6f79e3640a3631c65 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Mon, 5 Apr 2021 12:47:38 +0100 Subject: [PATCH] Unix pageant usage: --foo-prompt not just for -a. --- unix/uxpgnt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/uxpgnt.c b/unix/uxpgnt.c index be5462ba..9f542acd 100644 --- a/unix/uxpgnt.c +++ b/unix/uxpgnt.c @@ -207,8 +207,8 @@ static void usage(void) 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"); - printf(" --tty-prompt force tty-based passphrase prompt (in -a mode)\n"); - printf(" --gui-prompt force GUI-based passphrase prompt (in -a mode)\n"); + printf(" --tty-prompt force tty-based passphrase prompt\n"); + printf(" --gui-prompt force GUI-based passphrase prompt\n"); printf(" --askpass behave like a standalone askpass program\n"); exit(1); }