diff options
author | Werner Koch <[email protected]> | 1998-12-29 13:47:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-12-29 13:47:31 +0000 |
commit | 6e08b235cb73d3c8e83218a94f9a2d356f2709ac (patch) | |
tree | c5a0a706b32d530cb661a62ec9439109bce5a75c /g10/helptext.c | |
parent | See ChangeLog: Wed Dec 23 17:12:24 CET 1998 Werner Koch (diff) | |
download | gnupg-6e08b235cb73d3c8e83218a94f9a2d356f2709ac.tar.gz gnupg-6e08b235cb73d3c8e83218a94f9a2d356f2709ac.zip |
See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch
Diffstat (limited to 'g10/helptext.c')
-rw-r--r-- | g10/helptext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/helptext.c b/g10/helptext.c index 6ff88a710..2e1bca94d 100644 --- a/g10/helptext.c +++ b/g10/helptext.c @@ -213,7 +213,7 @@ display_online_help( const char *keyword ) for(i=0; (p=helptexts[i].key) && strcmp( p, keyword ); i++ ) ; if( !p || !*helptexts[i].help ) - tty_printf(_("No help available for '%s'"), keyword ); + tty_printf(_("No help available for `%s'"), keyword ); else tty_printf("%s", helptexts[i].help ); } |