aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-22 21:52:35 +0100
committerSam James <sam@gentoo.org>2023-08-22 21:52:35 +0100
commitd40b5009c1f73730ad4d68169b1302393cdce8cf (patch)
tree97a0b01274d383850df91f5da14a0a9bed8d5c75
parenteclean-pkg: fix --unique-use shortopt (diff)
downloadgentoolkit-d40b5009c1f73730ad4d68169b1302393cdce8cf.tar.gz
gentoolkit-d40b5009c1f73730ad4d68169b1302393cdce8cf.tar.bz2
gentoolkit-d40b5009c1f73730ad4d68169b1302393cdce8cf.zip
eclean-pkg: fix --help alignment, mention shortopt for clean-invalid
Bug: https://bugs.gentoo.org/900224 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--pym/gentoolkit/eclean/cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py
index 7591959..adc4210 100644
--- a/pym/gentoolkit/eclean/cli.py
+++ b/pym/gentoolkit/eclean/cli.py
@@ -262,8 +262,8 @@ def printUsage(_error=None, help=None, unresolved_invalids=None):
file=out,
)
print(
- yellow(" --clean-invalid")
- + " - cleanup invalid binpkgs",
+ yellow(" -N, --clean-invalid")
+ + " - cleanup invalid binpkgs",
file=out,
)
print(