1
0
Fork 0
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:
Werner Koch 2005-09-07 15:53:03 +00:00
parent 039c27f153
commit 9a2a2904cc
4 changed files with 22 additions and 1 deletions

View file

@ -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;