diff options
author | Devan Franchini <twitch153@gentoo.org> | 2014-01-06 01:32:08 -0500 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2014-01-24 22:14:43 -0500 |
commit | beef26131a2b31c5e58895975a87d2ea7f339fae (patch) | |
tree | e87875a57499bc19fa19adafbe61e9858239eb8f | |
parent | WebappConfig/content.py: Nulls doctest code in add() function. (diff) | |
download | webapp-config-beef26131a2b31c5e58895975a87d2ea7f339fae.tar.gz webapp-config-beef26131a2b31c5e58895975a87d2ea7f339fae.tar.bz2 webapp-config-beef26131a2b31c5e58895975a87d2ea7f339fae.zip |
doc/webapp-config.8.xml: Improves man page synopsis.
Improvements done to the synopsis of webapp-config include the
following: including the --copy, --soft, and --secure flags with the
synopsis for the -U flag to indicate to the user that these flags are
also usable with this flag. Adding the necessary opts app-name and
app-version for the -C flag to indicate to users that these two args are
necessary when uninstalling a webapp. And adding the --secure flag to
the synopsis for the -C flag to indicate that it is an optional arg if
the --secure flag is used with the -I flag or -U flag.
X-Gentoo-Bug: 496568
X-Gentoo-Bug-URL: https://bugs.gentoo.org/496568
-rw-r--r-- | doc/webapp-config.8.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/webapp-config.8.xml b/doc/webapp-config.8.xml index 459e301..e4141a1 100644 --- a/doc/webapp-config.8.xml +++ b/doc/webapp-config.8.xml @@ -89,6 +89,9 @@ </arg> <arg choice="opt"> <option>-dghusDE</option> + <option>--soft</option> + <option>--copy</option> + <option>--secure</option> </arg> <arg choice="req"> <replaceable>app-name</replaceable> @@ -110,6 +113,15 @@ <option>-d</option> <replaceable>directory</replaceable> </arg> + <arg choice="opt"> + <replaceable>--secure</replaceable> + </arg> + <arg choice="req"> + <replaceable>app-name</replaceable> + </arg> + <arg choice="req"> + <replaceable>app-version</replaceable> + </arg> </cmdsynopsis> <cmdsynopsis> |