mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add "help" sub option to --*-options.
This commit is contained in:
parent
039c27f153
commit
9a2a2904cc
4 changed files with 22 additions and 1 deletions
|
@ -314,7 +314,7 @@ agent_open (int try, const char *orig_codeset)
|
|||
if (orig_codeset)
|
||||
bind_textdomain_codeset (PACKAGE, orig_codeset);
|
||||
#endif /*ENABLE_NLS*/
|
||||
log_error (_("gpg-agent is not available in this session\n"));
|
||||
log_info (_("gpg-agent is not available in this session\n"));
|
||||
opt.use_agent = 0;
|
||||
}
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue