1
0
Fork 0
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:
Werner Koch 2007-12-06 19:02:42 +00:00
parent 89671cdd64
commit e2aefc427e
4 changed files with 120 additions and 7 deletions

View file

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