lib/ronin/cli/commands/unhexdump.rb in ronin-2.0.5 vs lib/ronin/cli/commands/unhexdump.rb in ronin-2.1.0.rc1

- old
+ new

@@ -21,11 +21,11 @@ module Ronin class CLI module Commands # - # Hexdumps data in a variety of encodings and formats. + # Decodes a hexdump back into raw data. # # ## Usage # # ronin unhexdump [options] [FILE] # @@ -146,9 +146,11 @@ option :named_chars, long: '--[no-]named-chars', desc: 'Enables parsing of od-style named charactters' argument :file, required: false, desc: 'Optional file to unhexdump' + + description 'Decodes a hexdump back into raw data' man_page 'ronin-unhexdump.1' # # Runs the `unhexdump` command.