From 42b434340cf7b3766d892fb07255c490116df2ef Mon Sep 17 00:00:00 2001 From: Devan Franchini Date: Fri, 3 Jul 2015 00:04:15 -0400 Subject: webapp-config.8.xml: Updates man page in accordance with command line arg changes Other changes have been made, including: * Formatting of command examples * Changing short-hand flags to show they no longer require two dashes * Adding information on the --prune-database flag. * Code cleanup --- doc/webapp-config.8.xml | 117 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 83 insertions(+), 34 deletions(-) (limited to 'doc') diff --git a/doc/webapp-config.8.xml b/doc/webapp-config.8.xml index 2214d47..13f6baf 100644 --- a/doc/webapp-config.8.xml +++ b/doc/webapp-config.8.xml @@ -70,15 +70,15 @@ - - - + + + app-name @@ -92,15 +92,15 @@ - - - + + + app-name @@ -114,9 +114,6 @@ - - - directory @@ -124,6 +121,9 @@ --secure + + + app-name @@ -141,8 +141,6 @@ app-name - - app-version @@ -156,7 +154,7 @@ - app-version + app-name app-version @@ -164,6 +162,21 @@ + + webapp-config + + + + + + pretend + + + clean + + + + webapp-config @@ -182,10 +195,10 @@ - + app-name - + app-version @@ -193,11 +206,21 @@ webapp-config - --list-servers - -v - --version - -h - --help + + + + + + + + + + + + + + + @@ -264,32 +287,32 @@ Actions - - + app-name app-version + app-name app-version Activate install mode. - - + app-name app-version + app-name app-version Activate upgrade mode. - - + app-name app-version + app-name app-version Activate remove mode. + app-name app-version app-name app-version - app-name app-version Outputs a list of all the virtual copies of the app-name-app-version package. If you omit app-name or app-version webapp-config will display all available packages/versions. @@ -297,16 +320,39 @@ + app-name app-version app-name app-version - app-name app-version Outputs a list of all the master copies of the app-name-app-version package that have not been installed using webapp-config . + action + action + + Cleans up the installed webapps database for lingering uninstalled webapps. Behavior is determined by the action given. + action must be one of: + + + pretend + + Shows output of what would be cleaned from the database + + + + clean + + Removes webapp entries that are not installed on the system + + + + + + + + - Outputs the app-name and app-version of the application installed in directory. Use the switch to tell webapp-config which directory to look in. directory is a directory under the htdocs dir. @@ -314,24 +360,24 @@ + app-name app-version app-name app-version - app-name app-version Displays the post-installation instructions of the app-name-app-version package. Very handy if you didn't see them displayed when the package was installed. + app-name app-version app-name app-version - app-name app-version Displays the post-upgrade instructions of the app-name-app-version package. Very handy if you didn't see them displayed when the package was upgraded. + - Outputs a list of the web servers that webapp-config currently supports. Use the server switch to change which web-server an install or upgrade should use. @@ -485,6 +531,7 @@ + Use this option to create the virtual copy using symbolic links. @@ -493,6 +540,7 @@ + Use this option to create the virtual copy by copying the files from the /usr/share/webapps/ directories. @@ -501,6 +549,7 @@ + Use this option to install into the htdocs-secure directory rather than into the htdocs directory. @@ -510,8 +559,8 @@ - - + type + type type must be one of: @@ -538,8 +587,8 @@ + type type - type type must be one of: -- cgit v1.2.3-65-gdbad