update arguments comments

This commit is contained in:
Dimitris Zlatanidis 2015-05-30 18:23:19 +03:00
parent e12f2c9d49
commit 6d59f6b561

View file

@ -75,17 +75,34 @@ def options():
" -s, [repository] [package...] Sync packages. Install packages",
" directly from remote repositories",
" with all dependencies.",
" -t, [repository] [package] package tracking dependencies",
" -p, [repository] [package], --color=[] print package description",
" -n, [package] view SBo site packages in terminal",
" -F, [package...] find packages from repositories",
" -f, [package...] find installed packages",
" -i, [package...] install binary packages",
" -u, [package...] upgrade binary packages",
" -o, [package...] reinstall binary packages",
" -r, [package...] remove binary packages",
" -d, [package...] display the package "
"contents\n",
" -t, [repository] [package] Track package dependencies.",
" Print package dependenies tree with",
" highlight if packages is installed.",
" -p, [repository] [package], --color=[] Print description of a package",
" directly from the repository and",
" change color text.",
" -n, [package] View a standard of SBo page in",
" terminal and manage multiple options",
" like reading, downloading, building",
" installation, etc.",
" -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:
print(opt)