mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 06:31:08 +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"),
|
default=os.path.join(SCRIPTDIR, "build"),
|
||||||
help="The meson build directory")
|
help="The meson build directory")
|
||||||
parser.add_argument("--gst-version", default="master",
|
parser.add_argument("--gst-version", default="master",
|
||||||
help="The meson build directory")
|
help="The GStreamer major version")
|
||||||
options, args = parser.parse_known_args()
|
options, args = parser.parse_known_args()
|
||||||
|
|
||||||
if not os.path.exists(options.builddir):
|
if not os.path.exists(options.builddir):
|
||||||
|
|
Loading…
Reference in a new issue