We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf69ee commit 5b1b5d0Copy full SHA for 5b1b5d0
lib/make_deb.py
@@ -77,7 +77,7 @@ def generate_configuration(templates_dir, major, arch, target_dir, exploded_imag
77
def main(argv=None):
78
parser = argparse.ArgumentParser()
79
parser.add_argument('-t', '--tag', help='SapMachine version tag to create the debian packages for', metavar='TAG', required=True)
80
- parser.add_argument('-d', '--download', help='Does artifact and git repo need to be downloaded', metavar='DOWNLOAD', action='store_true')
+ parser.add_argument('-d', '--download', help='Does artifact and git repo need to be downloaded', action='store_true')
81
parser.add_argument('-a', '--architecture', help='specifies the architecture (linux-aarch64, linux-ppc64le, linux-x64)', metavar='ARCH', default='linux-x64')
82
args = parser.parse_args()
83
0 commit comments