summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-01-12 21:26:24 +0100
committerSimon Josefsson <simon@josefsson.org>2010-01-12 21:26:24 +0100
commit49c82b023a8ea68af2941fc4b8b851ce807dd6d7 (patch)
treeda14c2681202f4282552401172351bb80c7aa239 /src
parentd7a5e23798fd7ec5f2cc077786ac9fdadca8d594 (diff)
downloadlibtasn1-49c82b023a8ea68af2941fc4b8b851ce807dd6d7.tar.gz
libtasn1-49c82b023a8ea68af2941fc4b8b851ce807dd6d7.tar.bz2
libtasn1-49c82b023a8ea68af2941fc4b8b851ce807dd6d7.zip
Update gnulib files.
Diffstat (limited to 'src')
-rw-r--r--src/asn1Coding.c2
-rw-r--r--src/asn1Parser.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/asn1Coding.c b/src/asn1Coding.c
index a3aeed9..28c2f7d 100644
--- a/src/asn1Coding.c
+++ b/src/asn1Coding.c
@@ -57,7 +57,7 @@ and ASSIGNMENTS file with value assignments.\n\
printf ("\
Mandatory arguments to long options are mandatory for short options too.\n\
-c, --check checks the syntax only\n\
- -o, --output FILE output file\n\
+ -o, --output=FILE output file\n\
-h, --help display this help and exit\n\
-v, --version output version information and exit\n");
emit_bug_reporting_address ();
diff --git a/src/asn1Parser.c b/src/asn1Parser.c
index b7b53c7..9232dad 100644
--- a/src/asn1Parser.c
+++ b/src/asn1Parser.c
@@ -57,8 +57,8 @@ a C array that is used with libtasn1 functions.\n\
printf ("\
Mandatory arguments to long options are mandatory for short options too.\n\
-c, --check checks the syntax only\n\
- -o, --output FILE output file\n\
- -n, --name NAME array name\n\
+ -o, --output=FILE output file\n\
+ -n, --name=NAME array name\n\
-h, --help display this help and exit\n\
-v, --version output version information and exit\n");
emit_bug_reporting_address ();