update arguments

This commit is contained in:
Dimitris Zlatanidis 2015-05-27 04:01:01 +03:00
parent 5f4b35eb23
commit 59f304d448
3 changed files with 4 additions and 3 deletions

View file

@ -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
--------------

View file

@ -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

View file

@ -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)