Skip to content

Commit

Permalink
Merge pull request #298 from hartwork/fix-gentoo-clean-help-output
Browse files Browse the repository at this point in the history
Fix `gentoo-clean --help` output with regard to progname
  • Loading branch information
hartwork authored Sep 3, 2024
2 parents 1b4c4c5 + e7301de commit c116603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary_gentoo/internal/cli/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


def parse_command_line(argv):
parser = ArgumentParser(prog='gentoo-package-clean',
parser = ArgumentParser(prog='gentoo-clean',
description='Clean Gentoo pkgdir/distdir files'
' using eclean of app-portage/gentoolkit'
' with Docker isolation')
Expand Down

0 comments on commit c116603

Please sign in to comment.