Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Update README.md (#618)
Browse files Browse the repository at this point in the history
Added documentation for ```-p``` parameter.
  • Loading branch information
wyn10 authored and lots0logs committed Jun 19, 2016
1 parent c38a136 commit a31cd87
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a31cd87

Please sign in to comment.