mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Added additional option '--checklist'
This commit is contained in:
parent
bcd16b0438
commit
aab09a330f
2 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ Usage: slpkg Commands:
|
||||||
[-s [repository] [package...], --resolve-off]
|
[-s [repository] [package...], --resolve-off]
|
||||||
[-t [repository] [package], --check-deps, --graph=[type]]
|
[-t [repository] [package], --check-deps, --graph=[type]]
|
||||||
[-p [repository] [package], --color=[]]
|
[-p [repository] [package], --color=[]]
|
||||||
[-n [SBo package]]
|
[-n [SBo package], --checklist]
|
||||||
[-F [package...]]
|
[-F [package...]]
|
||||||
[-f [package...]]
|
[-f [package...]]
|
||||||
[-i [options] [package...]]
|
[-i [options] [package...]]
|
||||||
|
|
|
@ -102,7 +102,7 @@ Optional arguments:
|
||||||
-p, --desc, [repository] [package], Print description of a package
|
-p, --desc, [repository] [package], Print description of a package
|
||||||
--color=[] directly from the repository and
|
--color=[] directly from the repository and
|
||||||
change color text.
|
change color text.
|
||||||
-n, --network, [package] View a standard of SBo page in
|
-n, --network, [package], --checklist View a standard of SBo page in
|
||||||
terminal and manage multiple options
|
terminal and manage multiple options
|
||||||
like reading, downloading, building
|
like reading, downloading, building
|
||||||
installation, etc.
|
installation, etc.
|
||||||
|
@ -161,7 +161,7 @@ def usage(repo):
|
||||||
[-s [repository] [package...], --resolve-off]
|
[-s [repository] [package...], --resolve-off]
|
||||||
[-t [repository] [package], --check-deps, --graph=[type]]
|
[-t [repository] [package], --check-deps, --graph=[type]]
|
||||||
[-p [repository] [package], --color=[]]
|
[-p [repository] [package], --color=[]]
|
||||||
[-n [SBo package]]
|
[-n [SBo package], --checklist]
|
||||||
[-F [package...]]
|
[-F [package...]]
|
||||||
[-f [package...]]
|
[-f [package...]]
|
||||||
[-i [options] [package...]]
|
[-i [options] [package...]]
|
||||||
|
|
Loading…
Reference in a new issue