Fix copy-pasto in gst-uninstalled argument help string

This commit is contained in:
Arun Raghavan 2016-08-26 08:40:07 +05:30 committed by Thibault Saunier
parent 449737fb4a
commit 2f3c89b321

View file

@ -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):