From 51bf22f77eb88b5b11ef08b1462fe353e28666f7 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 22 Jan 2016 10:12:46 +0200 Subject: [PATCH] Update help menu --- README.rst | 15 +++++++-------- slpkg/arguments.py | 11 +++++------ 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index 52cde451..3ecceefd 100644 --- a/README.rst +++ b/README.rst @@ -433,12 +433,12 @@ Command Line Tool Usage Print, edit the configuration file or reset in the default values. -l | --list, [repository], --index, Print a list of all available - --installed packages repository, index or + --installed packages from repository, index or print only packages installed on the system. -c | --check, [repository], --upgrade, Check for updated packages from - --skip=[...], --resolve--off the repositories and install with - --checklist all dependencies. + --skip=[...], --resolve--off the repositories and upgrade or + --checklist install with all dependencies. -s | --sync, [repository] [package...], Sync packages. Install packages --resolve-off, --download-only, directly from remote repositories --directory-prefix=[dir], --case-ins with all dependencies. @@ -455,9 +455,8 @@ Command Line Tool Usage --case-ins terminal and manage multiple options like reading, downloading, building, installation, etc. - -F | --FIND, [package...], --case-ins Find packages from repositories - and search at each enabled - repository and prints results. + -F | --FIND, [package...], --case-ins Find packages from each enabled + repository and print results. -f | --find, [package...], --case-ins Find and print installed packages reporting the size and the sum. -i | --installpkg, [options] [package...] Installs single or multiple *.tgz @@ -474,8 +473,8 @@ Command Line Tool Usage options=[-warn, -preserve, -copy, to the standard output. -keep] Use only package name. -d | --display, [package...] Display the installed packages - contents and file list. -contents and file list. + contents and file list. + Slpkg Examples -------------- diff --git a/slpkg/arguments.py b/slpkg/arguments.py index e2f1768b..bb3c9abd 100644 --- a/slpkg/arguments.py +++ b/slpkg/arguments.py @@ -88,12 +88,12 @@ Optional arguments: Print, edit the configuration file or reset in the default values. -l | --list, [repository], --index, Print a list of all available - --installed packages repository, index or + --installed packages from repository, index or print only packages installed on the system. -c | --check, [repository], --upgrade, Check for updated packages from - --skip=[...], --resolve--off the repositories and install with - --checklist all dependencies. + --skip=[...], --resolve--off the repositories and upgrade or + --checklist install with all dependencies. -s | --sync, [repository] [package...], Sync packages. Install packages --resolve-off, --download-only, directly from remote repositories --directory-prefix=[dir], --case-ins with all dependencies. @@ -110,9 +110,8 @@ Optional arguments: --case-ins terminal and manage multiple options like reading, downloading, building, installation, etc. - -F | --FIND, [package...], --case-ins Find packages from repositories - and search at each enabled - repository and prints results. + -F | --FIND, [package...], --case-ins Find packages from each enabled + repository and print results. -f | --find, [package...], --case-ins Find and print installed packages reporting the size and the sum. -i | --installpkg, [options] [package...] Installs single or multiple *.tgz