diff options
Diffstat (limited to 'doc/asn1Coding-help.texi')
-rw-r--r-- | doc/asn1Coding-help.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/asn1Coding-help.texi b/doc/asn1Coding-help.texi new file mode 100644 index 0000000..ef5f5d9 --- /dev/null +++ b/doc/asn1Coding-help.texi @@ -0,0 +1,13 @@ +Usage: asn1Coding [OPTION] DEFINITIONS ASSIGNMENTS +Generates a DER encoding of ASN.1 DEFINITIONS file +and ASSIGNMENTS file with value assignments. + +Mandatory arguments to long options are mandatory for short options too. + -c, --check checks the syntax only + -o, --output=FILE output file + -h, --help display this help and exit + -v, --version output version information and exit + +Report bugs to: help-libtasn1@gnu.org +GNU Libtasn1 home page: <https://www.gnu.org/software/libtasn1/> +General help using GNU software: <https://www.gnu.org/gethelp/> |