diff options
| author | Jannis Pohlmann <jannis.pohlmann@codethink.co.uk> | 2012-07-31 16:12:24 +0100 |
|---|---|---|
| committer | Jannis Pohlmann <jannis.pohlmann@codethink.co.uk> | 2012-07-31 16:12:24 +0100 |
| commit | 98b1d8dd2970bb6ba37285b47ebd34bf425c0ab6 (patch) | |
| tree | 86e879e18de3135312e8b92f425c0d9a2c7c4d4d /docs/reference/node-startup-controller | |
| parent | eb1e53fdf11467eb5535bdecffc97ed359722aa0 (diff) | |
| download | node-startup-controller-98b1d8dd2970bb6ba37285b47ebd34bf425c0ab6.tar.gz | |
Rework small bits of the legacy-app-handler documentation
Diffstat (limited to 'docs/reference/node-startup-controller')
| -rw-r--r-- | docs/reference/node-startup-controller/legacy-app-handler.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/reference/node-startup-controller/legacy-app-handler.xml b/docs/reference/node-startup-controller/legacy-app-handler.xml index e43f11c..f87ab8d 100644 --- a/docs/reference/node-startup-controller/legacy-app-handler.xml +++ b/docs/reference/node-startup-controller/legacy-app-handler.xml @@ -17,9 +17,9 @@ <refsynopsisdiv> <cmdsynopsis> <command>legacy-app-handler</command> - <arg><option>--unit</option> <replaceable>unit-file</replaceable></arg> - <arg><option>--timeout</option> <replaceable>timeout</replaceable></arg> - <arg><option>--shutdown-mode</option> <replaceable>mode</replaceable></arg> + <arg choice="plain"><option>--unit</option> <replaceable>UNIT</replaceable></arg> + <arg choice="plain"><option>--shutdown-mode</option> <replaceable>MODE</replaceable></arg> + <arg><option>--timeout</option> <replaceable>TIMEOUT</replaceable></arg> </cmdsynopsis> </refsynopsisdiv> @@ -42,17 +42,17 @@ </para></listitem> </varlistentry> <varlistentry> - <term><option>-t</option>, <option>--timeout</option></term> + <term><option>-m</option>, <option>--shutdown-mode</option></term> <listitem><para> - The amount of time in milliseconds the Node State Manager will wait until it - considers shutdown to have failed. + The <link linkend="NSMShutdownType">NSMShutdownType</link> of the shutdown + mode to register the app with. </para></listitem> </varlistentry> <varlistentry> - <term><option>-m</option>, <option>--shutdown-mode</option></term> + <term><option>-t</option>, <option>--timeout</option></term> <listitem><para> - The <link linkend="NSMShutdownType">NSMShutdownType</link> of the shutdown - mode to register the app with. + The amount of time in milliseconds the Node State Manager will wait until it + considers shutdown to have failed. </para></listitem> </varlistentry> </variablelist> |
