Cli: Fix parameter documentation for ConfigCommand::webserverAction()

We speak of icingaweb2 not icingaweb now.
This commit is contained in:
Eric Lippmann 2014-12-30 14:41:35 +01:00
parent 70c564bb0e
commit 60b74ddcec
1 changed files with 5 additions and 5 deletions

View File

@ -73,11 +73,11 @@ class ConfigCommand extends Command
*
* OPTIONS:
*
* --path=<urlpath> The URL path to Icinga Web 2 [/icingaweb]
* --path=<urlpath> The URL path to Icinga Web 2 [/icingaweb2]
*
* --root/--document-root=<directory> The directory from which the webserver will serve files [./public]
* --root/--document-root=<directory> The directory from which the webserver will serve files [/path/to/icingaweb2/public]
*
* --config=<directory> Path to Icinga Web 2's configuration files [/etc/icingaweb]
* --config=<directory> Path to Icinga Web 2's configuration files [/etc/icingaweb2]
*
* --file=<filename> Write configuration to file [stdout]
*
@ -86,9 +86,9 @@ class ConfigCommand extends Command
*
* icingacli setup config webserver apache
*
* icingacli setup config webserver apache --path /icingaweb --document-root /usr/share/icingaweb/public --config=/etc/icingaweb
* icingacli setup config webserver apache --path /icingaweb2 --document-root /usr/share/icingaweb2/public --config=/etc/icingaweb2
*
* icingacli setup config webserver apache --file /etc/apache2/conf.d/icingaweb.conf
* icingacli setup config webserver apache --file /etc/apache2/conf.d/icingaweb2.conf
*
* icingacli setup config webserver nginx
*/