diff options
Diffstat (limited to 'g10/gpgcompose.c')
-rw-r--r-- | g10/gpgcompose.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/gpgcompose.c b/g10/gpgcompose.c index 7d8b1b769..cd5346fb0 100644 --- a/g10/gpgcompose.c +++ b/g10/gpgcompose.c @@ -1509,10 +1509,10 @@ static struct option sig_options[] = { "that VALUE is a file to read the data from. " "(RFC 4880, Section 5.2.3.16)" }, { "--key-server-preferences", sig_big_endian_arg, - "Big-endian number encoding the key server preferences. " + "Big-endian number encoding the keyserver preferences. " "(RFC 4880, Section 5.2.3.17)" }, { "--key-server", sig_string_arg, - "The preferred key server. (RFC 4880, Section 5.2.3.18)" }, + "The preferred keyserver. (RFC 4880, Section 5.2.3.18)" }, { "--primary-user-id", sig_flag, "Sets the primary user id flag. (RFC 4880, Section 5.2.3.19)" }, { "--policy-uri", sig_string_arg, |