summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install-buildtools3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/install-buildtools b/scripts/install-buildtools
index 6387287ade..4618d6a3ac 100755
--- a/scripts/install-buildtools
+++ b/scripts/install-buildtools
@@ -127,7 +127,8 @@ def main():
127 127
128 parser = argparse.ArgumentParser( 128 parser = argparse.ArgumentParser(
129 description="Buildtools installation helper", 129 description="Buildtools installation helper",
130 add_help=False) 130 add_help=False,
131 formatter_class=argparse.RawTextHelpFormatter)
131 parser.add_argument('-u', '--url', 132 parser.add_argument('-u', '--url',
132 help='URL from where to fetch buildtools SDK installer, not ' 133 help='URL from where to fetch buildtools SDK installer, not '
133 'including filename (optional)\n' 134 'including filename (optional)\n'