supervisorctl: document the 'present' option

reviewable/pr18780/r1
Alexandre Bourget 12 years ago
parent 655dc289da
commit c1f467812a

@ -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.

Loading…
Cancel
Save