summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-11-15 10:35:24 +0000
committerSimon Josefsson <simon@josefsson.org>2005-11-15 10:35:24 +0000
commitcc433c2d6bb519b40a44c31d9163d3357178abf1 (patch)
tree0f2cfa9fbd9b249c1c439360f49187af7ac52654 /src
parentb9875452256611b11e1723460d0dcf13e6181e8a (diff)
downloadgnutls-cc433c2d6bb519b40a44c31d9163d3357178abf1.tar.gz
Fix.
Diffstat (limited to 'src')
-rw-r--r--src/certtool-gaa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/certtool-gaa.c b/src/certtool-gaa.c
index d157b50a62..145c384130 100644
--- a/src/certtool-gaa.c
+++ b/src/certtool-gaa.c
@@ -163,7 +163,7 @@ void gaa_help(void)
__gaa_helpsingle(0, "outder", "", "Use DER format for output certificates and private keys.");
__gaa_helpsingle(0, "bits", "BITS ", "specify the number of bits for key generation.");
__gaa_helpsingle(0, "outfile", "FILE ", "Output file.");
- __gaa_helpsingle(0, "infile", "FILE ", "Output file.");
+ __gaa_helpsingle(0, "infile", "FILE ", "Input file.");
__gaa_helpsingle(0, "template", "FILE ", "Template file to use for non interactive operation.");
__gaa_helpsingle('d', "debug", "LEVEL ", "specify the debug level. Default is 1.");
__gaa_helpsingle('h', "help", "", "shows this help text");