mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
gst-env: fix program name in argparse
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/145>
This commit is contained in:
parent
31d81f70da
commit
ac7b46033f
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ def get_windows_shell():
|
|||
return result.decode().strip()
|
||||
|
||||
if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser(prog="gstreamer-uninstalled")
|
||||
parser = argparse.ArgumentParser(prog="gst-env")
|
||||
|
||||
parser.add_argument("--builddir",
|
||||
default=DEFAULT_BUILDDIR,
|
||||
|
|
Loading…
Reference in a new issue