Skip to content

Commit

Permalink
Fix help message
Browse files Browse the repository at this point in the history
  • Loading branch information
ashariyar committed Dec 14, 2024
1 parent 055fca0 commit a695879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified doc/rendered_images/yaralyze_help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions yaralyzer/util/argument_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
EPILOG = "* Values for various config options can be set permanently by a .yaralyzer file in your home directory; " + \
"see the documentation for details.\n" + \
f"* A registry of previous yaralyzer invocations will be incribed to a file if the " + \
"'{YaralyzerConfig.LOG_DIR_ENV_VAR}' environment variable is configured."
f"{YaralyzerConfig.LOG_DIR_ENV_VAR} environment variable is configured."


# Positional args, version, help, etc
Expand Down Expand Up @@ -95,7 +95,7 @@
help='suppress decodes table entirely (including hex/raw output)')

tuning.add_argument('--suppress-decoding-attempts', action='store_true',
help='suppress decodes attempts for matched bytes (only hex/raw output will be shown)')
help='suppress decode attempts for matched bytes (only hex/raw output will be shown)')

tuning.add_argument('--min-decode-length',
help='suppress decode attempts for quoted byte sequences shorter than N',
Expand Down

0 comments on commit a695879

Please sign in to comment.