diff options
Diffstat (limited to 'doc/webapp-config.8.xml')
-rw-r--r-- | doc/webapp-config.8.xml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/webapp-config.8.xml b/doc/webapp-config.8.xml index e51e172..e3f2c08 100644 --- a/doc/webapp-config.8.xml +++ b/doc/webapp-config.8.xml @@ -133,16 +133,14 @@ <arg choice="plain"> <option>--list-unused-installs</option> </arg> - <group choice="opt"> - <arg> - <replaceable>app-name</replaceable> + <arg choice="opt"> + <arg choice="req"> + <replaceable>app-version</replaceable> </arg> - </group> - <group choice="opt"> - <arg> + <arg choice="opt"> <replaceable>app-version</replaceable> </arg> - </group> + </arg> </cmdsynopsis> <cmdsynopsis> @@ -281,7 +279,6 @@ <term><option>--lui</option> <replaceable>app-name</replaceable> <replaceable>app-version</replaceable></term> <listitem> <para>Outputs a list of all the master copies of the <replaceable>app-name</replaceable>-<replaceable>app-version</replaceable> package that have not been installed using <command>webapp-config</command> <option>-I</option>.</para> - <para>Both <replaceable>app-name</replaceable> or <replaceable>app-version</replaceable> can be <emphasis>*</emphasis> to search for multiple packages or versions.</para> </listitem> </varlistentry> |