From aab09a330ff2e1b8c8301d44e14bc7a7c8c0eaa1 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 14 Sep 2015 04:50:41 +0300 Subject: [PATCH] Added additional option '--checklist' --- man/slpkg.8 | 2 +- slpkg/arguments.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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...]]