]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
apps/asn1parse.c: correct help text order for -genstr option
authorSaurabh Kushwah <110624181+Saurabh825@users.noreply.github.com>
Wed, 30 Jul 2025 12:36:57 +0000 (18:06 +0530)
committerTomas Mraz <tomas@openssl.org>
Thu, 31 Jul 2025 18:37:18 +0000 (20:37 +0200)
CLA: trivial

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28123)

apps/asn1parse.c

index 4f882396d03d719b58097b713377b7aef212098b..4540d5f5fb6e915d291ddc3764daaa93da371de2 100644 (file)
@@ -40,8 +40,8 @@ const OPTIONS asn1parse_options[] = {
     {"length", OPT_LENGTH, 'p', "length of section in file"},
     {"strparse", OPT_STRPARSE, 'p',
      "offset; a series of these can be used to 'dig'"},
-    {"genstr", OPT_GENSTR, 's', "string to generate ASN1 structure from"},
     {OPT_MORE_STR, 0, 0, "into multiple ASN1 blob wrappings"},
+    {"genstr", OPT_GENSTR, 's', "string to generate ASN1 structure from"},
     {"genconf", OPT_GENCONF, 's', "file to generate ASN1 structure from"},
     {"strictpem", OPT_STRICTPEM, 0,
      "equivalent to '-inform pem' (obsolete)"},