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: