lib/ronin/ui/cli/commands/exec.rb in ronin-1.4.0.rc1 vs lib/ronin/ui/cli/commands/exec.rb in ronin-1.4.0.rc2
- old
+ new
@@ -1,7 +1,7 @@
#
-# Copyright (c) 2006-2011 Hal Brodigan (postmodern.mod3 at gmail.com)
+# Copyright (c) 2006-2012 Hal Brodigan (postmodern.mod3 at gmail.com)
#
# This file is part of Ronin.
#
# Ronin is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -24,10 +24,14 @@
module Ronin
module UI
module CLI
module Commands
#
- # The `ronin exec` command.
+ # Runs a Ruby script in the Ronin environment.
+ #
+ # ## Usage
+ #
+ # ronin exec SCRIPT [ARGS...]
#
class Exec
include Output::Helpers