Skip to content

Commit 2858b41

Browse files
committed
Land rapid7#2102 - Fix typo
English is hard
2 parents 46ac394 + abcf34a commit 2858b41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

msfvenom

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ def parse_args
9797
opts[:list_options] = true
9898
end
9999

100-
opt.on('-d', '--advance', 'List the payload\'s advance options') do
101-
opts[:list_advance] = true
100+
opt.on('-d', '--advanced', 'List the payload\'s advanced options') do
101+
opts[:list_advanced] = true
102102
end
103103

104104
opt.on_tail('-h', '--help', 'Show this message') do
@@ -342,7 +342,7 @@ if opts[:list_options]
342342
exit
343343
end
344344

345-
if opts[:list_advance]
345+
if opts[:list_advanced]
346346
puts Msf::Serializer::ReadableText.dump_advanced_options(payload)
347347
exit
348348
end

0 commit comments

Comments
 (0)