From a31cd871dce5ad9cfb5049212593ac6fbfe0ec6d Mon Sep 17 00:00:00 2001 From: Wyn Date: Sat, 18 Jun 2016 23:59:25 -0400 Subject: [PATCH] Update README.md (#618) Added documentation for ```-p``` parameter. --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 41092c694..b8875b2ed 100644 --- a/README.md +++ b/README.md @@ -26,20 +26,20 @@ sudo -E cnchi.py |Command|Description| ----------------- | -------------- | -|```-c``` or ```--cache```,|*Use pre-downloaded xz packages when possible*| -|```-d``` or ```--debug```,|*Sets Cnchi log level to 'debug'*| -|```-e``` or ```--environment```,|*Sets the Desktop Environment that will be installed, see [desktop_info.py](cnchi/desktop_info.py) for options*| +|```-c``` or ```--cache```|*Use pre-downloaded xz packages when possible*| +|```-d``` or ```--debug```|*Sets Cnchi log level to 'debug'*| +|```-e``` or ```--environment```|*Sets the Desktop Environment that will be installed, see [desktop_info.py](cnchi/desktop_info.py) for options*| |```-f``` or ```--force```,|*Runs cnchi even if it detects that another instance is running*| -|```-i``` or ```--disable-tryit```,|*Disables first screen's 'try it' option*| -|```-n``` or ```--no-check```,|*Makes checks optional in check screen*| -|```-p``` or ```--packagelist```,|*Install the packages referenced by a local xml instead of the default ones*| -|```-s``` or ```--log-server```,|*Choose to which log server send Cnchi logs. Expects a hostname or an IP address*| -|```-u``` or ```--update```,|*Upgrade/downgrade Cnchi to the web version*| +|```-i``` or ```--disable-tryit```|*Disables first screen's 'try it' option*| +|```-n``` or ```--no-check```|*Makes checks optional in check screen*| +|```-p``` or ```--packagelist```|*Install the packages referenced by a local xml instead of the defaults, see [#617](https://github.com/Antergos/Cnchi/issues/617) for proper usage*| +|```-s``` or ```--log-server```|*Choose to which log server send Cnchi logs. Expects a hostname or an IP address*| +|```-u``` or ```--update```|*Upgrade/downgrade Cnchi to the web version*| |```--disable-update```|*Do not search for new Cnchi versions online*| |```--disable-rank-mirrors```|*Does not attempt to rank Arch and Antergos mirrors during installation*| -|```-v``` or ```--verbose```,|*Show logging messages to stdout*| -|```-V``` or ```--version```,|*Show Cnchi version and quit*| -|```-z``` or ```--z_hidden```,|*Show options in development (for developers only, do not use this!)*| +|```-v``` or ```--verbose```|*Show logging messages to stdout*| +|```-V``` or ```--version```|*Show Cnchi version and quit*| +|```-z``` or ```--z_hidden```|*Show options in development (for developers only, do not use this!)*| To create logs to help debug problems: ```sh