lib/ronin/ui/cli/cli.rb in ronin-1.0.0.rc1 vs lib/ronin/ui/cli/cli.rb in ronin-1.0.0.rc2

- old
+ new

@@ -23,12 +23,11 @@ module Ronin module UI # # The {CLI} provides an extensible Command Line Interface (CLI) - # for Ronin. The {CLI} can load any sub-command using the - # {command} method, from the `ronin/ui/cli/commands` - # directory. + # for Ronin. The {CLI} can load any command using the {command} method, + # from the `ronin/ui/cli/commands` directory. # module CLI # Name of the default to run DEFAULT_COMMAND = 'console'