From 0b9cbcb270c336cbad6efb05e9caad354a03ced7 Mon Sep 17 00:00:00 2001 From: Alexandre Bourget Date: Thu, 6 Dec 2012 13:30:41 -0500 Subject: [PATCH] supervisorctl: document the 'present' option --- library/supervisorctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/supervisorctl b/library/supervisorctl index 548c79e623..6afef6b2b3 100644 --- a/library/supervisorctl +++ b/library/supervisorctl @@ -37,7 +37,7 @@ options: - The state of service required: true default: null - choices: [ "started", "stopped", "restarted" ] + choices: [ "present", "started", "stopped", "restarted" ] examples: - code: "supervisorctl: name=my_app state=started" description: Manage the state of program I(my_app) to be in I(started) state.