lib/ronin/cli/char_set_options.rb in ronin-2.0.0 vs lib/ronin/cli/char_set_options.rb in ronin-2.0.1
- old
+ new
@@ -66,10 +66,10 @@
end
command.option :include_chars, short: '-i',
value: {
type: String,
- usage: 'CHARS',
+ usage: 'CHARS'
},
desc: 'Include the additional chars to the char-set' do |string|
@char_set += Chars::CharSet.new(*string.chars)
end