diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2024-01-18 03:33:13 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2024-01-22 19:45:04 +0100 |
commit | b258bb3b7c55d06bad108400450acd32cff05366 (patch) | |
tree | 426d1e27c1b295998e088cb1e9cb72dee7ce1e6f /doc | |
parent | 08ece1640b360d741bd08dc6dc028a42682aa4ed (diff) | |
download | devtools-b258bb3b7c55d06bad108400450acd32cff05366.tar.xz |
feat(version): add verbose option to display up-to-date versions
Sometimes it can be desired to get a results for each entry even if the
current version is up-to-date. Add a --verbose option to print this
optional detail.
Component: pkgctl version check
Component: pkgctl version upgrade
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/pkgctl-version-check.1.asciidoc | 3 | ||||
-rw-r--r-- | doc/man/pkgctl-version-upgrade.1.asciidoc | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/man/pkgctl-version-check.1.asciidoc b/doc/man/pkgctl-version-check.1.asciidoc index ed9abdf..3113afa 100644 --- a/doc/man/pkgctl-version-check.1.asciidoc +++ b/doc/man/pkgctl-version-check.1.asciidoc @@ -30,6 +30,9 @@ which can be utilized in .nvchecker.toml. Options ------- +*-v, --verbose*:: + Display results including up-to-date versions + *-h, --help*:: Show a help text diff --git a/doc/man/pkgctl-version-upgrade.1.asciidoc b/doc/man/pkgctl-version-upgrade.1.asciidoc index 3d5d882..7f9cd96 100644 --- a/doc/man/pkgctl-version-upgrade.1.asciidoc +++ b/doc/man/pkgctl-version-upgrade.1.asciidoc @@ -22,6 +22,9 @@ The current working directory is used if no PKGBASE is specified. Options ------- +*-v, --verbose*:: + Display results including up-to-date versions + *-h, --help*:: Show a help text |