Skip to content

Commit

Permalink
Fixed the usage for --software-version.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 28, 2024
1 parent c58aaa8 commit 8b63853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ronin/exploits/cli/commands/new.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module Commands
# --os The Operating System (OS) to target
# --os-version VERSION The OS version to target
# -S, --software NAME The software to target
# -V, --software-version ARCH The software version to target
# -V, --software-version VERSION The software version to target
# -L, --loot Adds the loot mixin
# -h, --help Print help information
#
Expand Down Expand Up @@ -248,7 +248,7 @@ class New < Command
option :software_version, short: '-V',
value: {
type: String,
usage: 'ARCH'
usage: 'VERSION'
},
desc: 'The software version to target' do |ver|
# lazy initialize @target
Expand Down

0 comments on commit 8b63853

Please sign in to comment.