diff --git a/lib/ronin/web/cli/commands/new/nokogiri.rb b/lib/ronin/web/cli/commands/new/nokogiri.rb index 35f36a69..71494942 100644 --- a/lib/ronin/web/cli/commands/new/nokogiri.rb +++ b/lib/ronin/web/cli/commands/new/nokogiri.rb @@ -58,7 +58,7 @@ class Nokogiri < Command desc: 'Optional URL for the script' argument :file, required: true, - desc: 'The file to create' + desc: 'The file to create' description 'Generates a new nokogiri Ruby script for parsing HTML/XML'