Skip to content

Commit

Permalink
Issue 152 - Add missing commands to --help of mc-controller
Browse files Browse the repository at this point in the history
Document the 'exit' command for mc-controller

Signed-off-by: The Marionette Collective <info@marionette-collective.org>
  • Loading branch information
ripienaar authored and The Marionette Collective committed Oct 18, 2010
1 parent 5ee25d5 commit 1fee52c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mc-controller
Expand Up @@ -14,6 +14,7 @@ options = oparser.parse{|parser, options|
parser.separator " stats - retrieve statistics from the mcollectived"
parser.separator " reload_agents - reloads all agents"
parser.separator " reload_agent - reloads an agent, needs an argument"
parser.separator " exit - terminates the mcollectived"
parser.separator ""

parser.on('--arg', '--argument ARGUMENT', 'Argument to pass to agent') do |v|
Expand Down
1 change: 1 addition & 0 deletions website/changelog.textile
Expand Up @@ -7,6 +7,7 @@ h2. Changelog
h3. Version 0.4.x

|_. Date|_. Description|_. Ticket|
|2010/10/18|Document exit command to mc-controller|152|
|2010/10/13|Log messages that don't pass the filters at debug level|149|
|2010/10/03|Preserve options in cases where RPC::Client instances exist in the same program|148|
|2010/09/30|Add the ability to set different types of callerid in the PSK plugin|145|
Expand Down

0 comments on commit 1fee52c

Please sign in to comment.