From ab62c6dbbdb2324e1e1231e2133ce8164c895fb5 Mon Sep 17 00:00:00 2001 From: dslackw Date: Fri, 9 May 2014 05:39:09 +0300 Subject: [PATCH] updated --- README.rst | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index 96574c56..99c38ec0 100644 --- a/README.rst +++ b/README.rst @@ -35,24 +35,24 @@ Command Line Tool Usage .. code-block:: bash -usage: slpkg [-h] [-v] [-u UPGRADE] [-a REINSTALL] [-r REMOVE] [-l] [-f FIND] - [-d DISPLAY] + usage: slpkg [-h] [-v] [-u UPGRADE] [-a REINSTALL] [-r REMOVE] [-l] [-f FIND] + [-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: - -h, --help show this help message and exit - -v, --verbose print version and exit - -u UPGRADE, --upgrade UPGRADE - install-upgrade package with new - -a REINSTALL, --reinstall REINSTALL - reinstall the same package - -r REMOVE, --remove REMOVE - remove package - -l, --list list of installed packages - -f FIND, --find FIND find if package installed - -d DISPLAY, --display DISPLAY - display the contents of the package + optional arguments: + -h, --help show this help message and exit + -v, --verbose print version and exit + -u UPGRADE, --upgrade UPGRADE + install-upgrade package with new + -a REINSTALL, --reinstall REINSTALL + reinstall the same package + -r REMOVE, --remove REMOVE + remove package + -l, --list list of installed packages + -f FIND, --find FIND find if package installed + -d DISPLAY, --display DISPLAY + display the contents of the package Slpkg Examples --------------