From 2f3c89b321bafd79cdc735c66b418fe9782ec42f Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Fri, 26 Aug 2016 08:40:07 +0530 Subject: [PATCH] Fix copy-pasto in gst-uninstalled argument help string --- gst-uninstalled.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-uninstalled.py b/gst-uninstalled.py index 4ba44939c5..84ba61e5b9 100755 --- a/gst-uninstalled.py +++ b/gst-uninstalled.py @@ -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):