Skip to content

Commit

Permalink
build.py: Fix a renaming leftover (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Jul 22, 2021
1 parent e73a9fb commit c475e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary_gentoo/internal/cli/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def enrich_config(config):


def parse_command_line(argv):
parser = ArgumentParser(prog='gentoo-package-build',
parser = ArgumentParser(prog='gentoo-build',
description='Builds a Gentoo package with Docker isolation')

add_version_argument_to(parser)
Expand Down

0 comments on commit c475e21

Please sign in to comment.