diff options
author | Werner Koch <[email protected]> | 1999-07-07 11:28:26 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-07-07 11:28:26 +0000 |
commit | bd7298cf0dbeacbd415acdf814acace9aabb8455 (patch) | |
tree | ae235766ee42b77ba5ca19dfb1bf99e678154e3d /g10/helptext.c | |
parent | See ChangeLog: Fri Jul 2 11:45:54 CEST 1999 Werner Koch (diff) | |
download | gnupg-bd7298cf0dbeacbd415acdf814acace9aabb8455.tar.gz gnupg-bd7298cf0dbeacbd415acdf814acace9aabb8455.zip |
See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch
Diffstat (limited to 'g10/helptext.c')
-rw-r--r-- | g10/helptext.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/g10/helptext.c b/g10/helptext.c index 5fb800784..df7d4ad4f 100644 --- a/g10/helptext.c +++ b/g10/helptext.c @@ -101,7 +101,10 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = { { N_("keygen.valid"), - "Enter the required value" + "Enter the required value as shown in the pronpt.\n" + "It is possible to enter a ISO date (YYYY-MM-DD) but you won't\n" + "get a good error response - instead the system tries to interpret\n" + "the given value as an interval." }, { N_("keygen.valid.okay"), |