lib/ronin/cli/commands/unhexdump.rb in ronin-2.0.0 vs lib/ronin/cli/commands/unhexdump.rb in ronin-2.0.1
- old
+ new
@@ -138,10 +138,10 @@
option :base, short: '-b',
value: {type: BASES},
desc: 'Numerical base of the hexdumped numbers'
option :address_base, short: '-A',
- value: {type: BASES},
+ value: {type: BASES},
desc: 'Numerical base of the address column'
option :named_chars, long: '--[no-]named-chars',
desc: 'Enables parsing of od-style named charactters'