Added additional option '--checklist'

This commit is contained in:
Dimitris Zlatanidis 2015-09-14 04:50:41 +03:00
parent bcd16b0438
commit aab09a330f
2 changed files with 3 additions and 3 deletions

View file

@ -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...]]

View file

@ -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...]]