mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add support for help stuff to audit.c
This commit is contained in:
parent
89671cdd64
commit
e2aefc427e
4 changed files with 120 additions and 7 deletions
|
@ -254,6 +254,9 @@ gnupg_get_help_string (const char *key, int only_current_locale)
|
|||
if (!result)
|
||||
result = findkey_locale (key, locname, only_current_locale,
|
||||
gnupg_datadir ());
|
||||
|
||||
|
||||
if (result)
|
||||
trim_trailing_spaces (result);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue