mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-26 19:58:50 +01:00
update arguments comments
This commit is contained in:
parent
2d5665a6c7
commit
33b8a284ce
1 changed files with 9 additions and 2 deletions
|
@ -28,6 +28,12 @@ from __metadata__ import MetaData as _m
|
|||
|
||||
def options():
|
||||
"""Slpkg is a user-friendly package manager for Slackware installations
|
||||
_ _
|
||||
___| |_ __ | | ____ _
|
||||
/ __| | '_ \| |/ / _` |
|
||||
\__ \ | |_) | < (_| |
|
||||
|___/_| .__/|_|\_\__, |
|
||||
|_| |___/
|
||||
|
||||
Commands:
|
||||
update Run this command to update all
|
||||
|
@ -44,8 +50,8 @@ Commands:
|
|||
repository.
|
||||
|
||||
Optional arguments:
|
||||
-h, --help print this help message and exit
|
||||
-v, --version print program version and exit.
|
||||
-h, --help Print this help message and exit
|
||||
-v, --version Print program version and exit.
|
||||
-a, [script.tar.gz] [source...] Auto build SBo packages.
|
||||
If you already have downloaded the
|
||||
script and the source code you can
|
||||
|
@ -103,6 +109,7 @@ Optional arguments:
|
|||
file list.
|
||||
|
||||
You can read more about slpkg from manpage or see examples from readme file.
|
||||
Homepage: https://github.com/dslackw/slpkg
|
||||
"""
|
||||
print("\nslpkg - version {0} | Slackware release: {1}\n".format(
|
||||
_m.__version__, _m.slack_rel))
|
||||
|
|
Loading…
Add table
Reference in a new issue