lib/ronin/ui/cli/commands/uninstall.rb in ronin-1.4.0 vs lib/ronin/ui/cli/commands/uninstall.rb in ronin-1.4.1
- old
+ new
@@ -45,10 +45,10 @@
#
class Uninstall < Command
summary 'Uninstalls Ronin Repositories'
- argument :repo, :type => String,
+ argument :repo, :type => String,
:description => 'Repository to uninstall'
#
# Sets up the install command.
#