diff --git a/mc-controller b/mc-controller index b1e0fd13..a29b64be 100755 --- a/mc-controller +++ b/mc-controller @@ -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| diff --git a/website/changelog.textile b/website/changelog.textile index f013f5e2..4ba61d7c 100644 --- a/website/changelog.textile +++ b/website/changelog.textile @@ -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|