summaryrefslogtreecommitdiff
path: root/tools/buildman/main.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-07-19 17:49:01 -0600
committerSimon Glass <sjg@chromium.org>2023-07-24 09:34:11 -0600
commitae042fd80119d2572e1f122cbaa7228d5645fa19 (patch)
tree02338ef56346975de7b9841e3eeb56e3e2c66fba /tools/buildman/main.py
parent1d0c55d83a3cf1724e1283cf5a59d19a233b8da2 (diff)
buildman: Convert camel case in cmdline.py
Convert this file to snake case and update all files which use it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman/main.py')
-rwxr-xr-xtools/buildman/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/main.py b/tools/buildman/main.py
index 9a1d59964ea..70ab9a482ee 100755
--- a/tools/buildman/main.py
+++ b/tools/buildman/main.py
@@ -60,7 +60,7 @@ def run_buildman():
This is the main program. It collects arguments and runs either the tests or
the control module.
"""
- options, args = cmdline.ParseArgs()
+ options, args = cmdline.parse_args()
if not options.debug:
sys.tracebacklimit = 0