This commit is contained in:
dslackw 2014-05-09 05:39:09 +03:00
parent 2f27cda734
commit ab62c6dbbd

View file

@ -35,24 +35,24 @@ Command Line Tool Usage
.. code-block:: bash .. code-block:: bash
usage: slpkg [-h] [-v] [-u UPGRADE] [-a REINSTALL] [-r REMOVE] [-l] [-f FIND] usage: slpkg [-h] [-v] [-u UPGRADE] [-a REINSTALL] [-r REMOVE] [-l] [-f FIND]
[-d DISPLAY] [-d DISPLAY]
Slpkg is a Slackware tool to upgrade, remove, find and view packages contents Slpkg is a Slackware tool to upgrade, remove, find and view packages contents
optional arguments: optional arguments:
-h, --help show this help message and exit -h, --help show this help message and exit
-v, --verbose print version and exit -v, --verbose print version and exit
-u UPGRADE, --upgrade UPGRADE -u UPGRADE, --upgrade UPGRADE
install-upgrade package with new install-upgrade package with new
-a REINSTALL, --reinstall REINSTALL -a REINSTALL, --reinstall REINSTALL
reinstall the same package reinstall the same package
-r REMOVE, --remove REMOVE -r REMOVE, --remove REMOVE
remove package remove package
-l, --list list of installed packages -l, --list list of installed packages
-f FIND, --find FIND find if package installed -f FIND, --find FIND find if package installed
-d DISPLAY, --display DISPLAY -d DISPLAY, --display DISPLAY
display the contents of the package display the contents of the package
Slpkg Examples Slpkg Examples
-------------- --------------