diff options
Diffstat (limited to 'common/t-helpfile.c')
-rw-r--r-- | common/t-helpfile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/t-helpfile.c b/common/t-helpfile.c index fa5d27a1c..960252bbd 100644 --- a/common/t-helpfile.c +++ b/common/t-helpfile.c @@ -52,7 +52,7 @@ main (int argc, char **argv) result = gnupg_get_help_string (argc? argv[0]:NULL, 0); if (!result) { - fprintf (stderr, + fprintf (stderr, "Error: nothing found for `%s'\n", argc?argv[0]:"(null)"); errcount++; } @@ -64,4 +64,3 @@ main (int argc, char **argv) return !!errcount; } - |