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

- old
+ new

@@ -22,10 +22,10 @@ require 'ronin/installation' module Ronin module UI # - # The {CLI} provides an extendable Command Line Interface (CLI) + # 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. # module CLI