mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +01:00
update arguments comments
This commit is contained in:
parent
e12f2c9d49
commit
6d59f6b561
1 changed files with 28 additions and 11 deletions
|
@ -75,17 +75,34 @@ def options():
|
||||||
" -s, [repository] [package...] Sync packages. Install packages",
|
" -s, [repository] [package...] Sync packages. Install packages",
|
||||||
" directly from remote repositories",
|
" directly from remote repositories",
|
||||||
" with all dependencies.",
|
" with all dependencies.",
|
||||||
" -t, [repository] [package] package tracking dependencies",
|
" -t, [repository] [package] Track package dependencies.",
|
||||||
" -p, [repository] [package], --color=[] print package description",
|
" Print package dependenies tree with",
|
||||||
" -n, [package] view SBo site packages in terminal",
|
" highlight if packages is installed.",
|
||||||
" -F, [package...] find packages from repositories",
|
" -p, [repository] [package], --color=[] Print description of a package",
|
||||||
" -f, [package...] find installed packages",
|
" directly from the repository and",
|
||||||
" -i, [package...] install binary packages",
|
" change color text.",
|
||||||
" -u, [package...] upgrade binary packages",
|
" -n, [package] View a standard of SBo page in",
|
||||||
" -o, [package...] reinstall binary packages",
|
" terminal and manage multiple options",
|
||||||
" -r, [package...] remove binary packages",
|
" like reading, downloading, building",
|
||||||
" -d, [package...] display the package "
|
" installation, etc.",
|
||||||
"contents\n",
|
" -F, [package...] Find packages from repositories.",
|
||||||
|
" Searching at each enabled repository",
|
||||||
|
" and prints results.",
|
||||||
|
" -f, [package...] Find installed packages. Print",
|
||||||
|
" installed packages matching,",
|
||||||
|
" reporting the size and the sum.",
|
||||||
|
" -i, [package...] Installs single or multiple",
|
||||||
|
" Slackware binary packages (*.t?z).",
|
||||||
|
" -u, [package...] Upgrade single or multiple Slackware",
|
||||||
|
" binary packages from a older to a",
|
||||||
|
" newer one.",
|
||||||
|
" -o, [package...] Reinstall signle or multiple",
|
||||||
|
" Slackware binary packages with the",
|
||||||
|
" same packages if the exact.",
|
||||||
|
" -r, [package...] Removes a previously installed",
|
||||||
|
" Slackware binary packages.",
|
||||||
|
" -d, [package...] Display the packages contents and",
|
||||||
|
" file list.\n"
|
||||||
]
|
]
|
||||||
for opt in arguments:
|
for opt in arguments:
|
||||||
print(opt)
|
print(opt)
|
||||||
|
|
Loading…
Reference in a new issue