diff --git a/lib/ronin/exploits/cli/commands/new.rb b/lib/ronin/exploits/cli/commands/new.rb index 9fbe4db9..9dea0ada 100644 --- a/lib/ronin/exploits/cli/commands/new.rb +++ b/lib/ronin/exploits/cli/commands/new.rb @@ -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 # @@ -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