From 3af893b165bb4864c60a59fcf2144855fd3a9a8b Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 30 Jun 2021 12:18:59 +0200 Subject: [PATCH] update help message --- build.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.py b/build.py index 4b7ce4c..46f2bcd 100755 --- a/build.py +++ b/build.py @@ -36,7 +36,6 @@ if options.distro == 'autodetect': options.distro = 'rpm' if os.path.isdir('/etc/apt'): options.distro = 'deb' - print('[debug]: autoselected --distro {}'.format(options.distro)) @@ -538,7 +537,7 @@ def main(): script_exit(1) else: # Print help message - print(help_message) + print(help_message.format(options.distro)) @@ -560,7 +559,7 @@ help_message = """# Use: -x,--cross - crosscompile from linux, implies -t win -s,--src - release,nightly,tor-browser (default=release) - -t,--distro - deb,rpm,win (default=win) + -t,--distro - deb,rpm,win,osx (default={}) -T,--token - private token used to upload to gitlab.com # Targets: