mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
Fix copy-pasto in gst-uninstalled argument help string
This commit is contained in:
parent
449737fb4a
commit
2f3c89b321
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ if __name__ == "__main__":
|
|||
default=os.path.join(SCRIPTDIR, "build"),
|
||||
help="The meson build directory")
|
||||
parser.add_argument("--gst-version", default="master",
|
||||
help="The meson build directory")
|
||||
help="The GStreamer major version")
|
||||
options, args = parser.parse_known_args()
|
||||
|
||||
if not os.path.exists(options.builddir):
|
||||
|
|
Loading…
Reference in a new issue