Skip to content

Commit

Permalink
Only specify the short-flag for flag: options (closes ronin-rb#25).
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Apr 26, 2013
1 parent 15529c8 commit 5124b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ronin/ui/cli/commands/exploit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Exploit < ScriptCommand

# payload options
option :payload, type: String,
flag: '--payload -P'
flag: '-P'
option :payload_file, type: String

# post-exploit options
Expand Down

0 comments on commit 5124b40

Please sign in to comment.