mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
update arguments
This commit is contained in:
parent
5f4b35eb23
commit
59f304d448
3 changed files with 4 additions and 3 deletions
|
@ -287,7 +287,7 @@ Command Line Tool Usage
|
||||||
-u, [package...] upgrade binary packages
|
-u, [package...] upgrade binary packages
|
||||||
-o, [package...] reinstall binary packages
|
-o, [package...] reinstall binary packages
|
||||||
-r, [package...] remove binary packages
|
-r, [package...] remove binary packages
|
||||||
-d, [package...] display the contents
|
-d, [package...] display the package contents
|
||||||
|
|
||||||
Slpkg Examples
|
Slpkg Examples
|
||||||
--------------
|
--------------
|
||||||
|
|
|
@ -73,7 +73,7 @@ Optional arguments:
|
||||||
-u, [package...] upgrade binary packages
|
-u, [package...] upgrade binary packages
|
||||||
-o, [package...] reinstall binary packages
|
-o, [package...] reinstall binary packages
|
||||||
-r, [package...] remove binary packages
|
-r, [package...] remove binary packages
|
||||||
-d, [package...] display the contents
|
-d, [package...] display the package contents
|
||||||
|
|
||||||
|
|
||||||
.SH PACKAGE FILE
|
.SH PACKAGE FILE
|
||||||
|
|
|
@ -70,7 +70,8 @@ def options():
|
||||||
" -u, [package...] upgrade binary packages",
|
" -u, [package...] upgrade binary packages",
|
||||||
" -o, [package...] reinstall binary packages",
|
" -o, [package...] reinstall binary packages",
|
||||||
" -r, [package...] remove binary packages",
|
" -r, [package...] remove binary packages",
|
||||||
" -d, [package...] display the contents\n",
|
" -d, [package...] display the package "
|
||||||
|
"contents\n",
|
||||||
]
|
]
|
||||||
for opt in arguments:
|
for opt in arguments:
|
||||||
print(opt)
|
print(opt)
|
||||||
|
|
Loading…
Reference in a new issue