diff --git a/man/slpkg.8 b/man/slpkg.8 index f1f11735..0614e63d 100644 --- a/man/slpkg.8 +++ b/man/slpkg.8 @@ -41,7 +41,7 @@ Usage: slpkg Commands: [-s [repository] [package...], --resolve-off] [-t [repository] [package], --check-deps, --graph=[type]] [-p [repository] [package], --color=[]] - [-n [SBo package]] + [-n [SBo package], --checklist] [-F [package...]] [-f [package...]] [-i [options] [package...]] diff --git a/slpkg/arguments.py b/slpkg/arguments.py index 940d3b48..2e559f84 100644 --- a/slpkg/arguments.py +++ b/slpkg/arguments.py @@ -102,7 +102,7 @@ Optional arguments: -p, --desc, [repository] [package], Print description of a package --color=[] directly from the repository and 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 like reading, downloading, building installation, etc. @@ -161,7 +161,7 @@ def usage(repo): [-s [repository] [package...], --resolve-off] [-t [repository] [package], --check-deps, --graph=[type]] [-p [repository] [package], --color=[]] - [-n [SBo package]] + [-n [SBo package], --checklist] [-F [package...]] [-f [package...]] [-i [options] [package...]]