From 59f304d4489caa44455c99b819ab991799515808 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 27 May 2015 04:01:01 +0300 Subject: [PATCH] update arguments --- README.rst | 2 +- man/slpkg.8 | 2 +- slpkg/arguments.py | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 02426ac3..86a06e7f 100644 --- a/README.rst +++ b/README.rst @@ -287,7 +287,7 @@ Command Line Tool Usage -u, [package...] upgrade binary packages -o, [package...] reinstall binary packages -r, [package...] remove binary packages - -d, [package...] display the contents + -d, [package...] display the package contents Slpkg Examples -------------- diff --git a/man/slpkg.8 b/man/slpkg.8 index e75dba61..c3ea086a 100644 --- a/man/slpkg.8 +++ b/man/slpkg.8 @@ -73,7 +73,7 @@ Optional arguments: -u, [package...] upgrade binary packages -o, [package...] reinstall binary packages -r, [package...] remove binary packages - -d, [package...] display the contents + -d, [package...] display the package contents .SH PACKAGE FILE diff --git a/slpkg/arguments.py b/slpkg/arguments.py index 414ac176..d968c543 100644 --- a/slpkg/arguments.py +++ b/slpkg/arguments.py @@ -70,7 +70,8 @@ def options(): " -u, [package...] upgrade binary packages", " -o, [package...] reinstall binary packages", " -r, [package...] remove binary packages", - " -d, [package...] display the contents\n", + " -d, [package...] display the package " + "contents\n", ] for opt in arguments: print(opt)