gpg-connect-agent: No help string for --unbuffered

--
This commit is contained in:
Werner Koch 2022-07-10 16:18:06 +02:00
parent 424aa3543d
commit 1d5bf0050e
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ static gpgrt_opt_t opts[] = {
ARGPARSE_s_s (oDirmngrProgram, "dirmngr-program", "@"),
ARGPARSE_s_s (oKeyboxdProgram, "keyboxd-program", "@"),
ARGPARSE_s_s (oChUid, "chuid", "@"),
ARGPARSE_s_n (oUnBuffered, "unbuffered", N_("set stdin/out unbuffered")),
ARGPARSE_s_n (oUnBuffered, "unbuffered", "@"),
ARGPARSE_end ()
};