meson: Fix document of dependencies.py argument

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1941>
This commit is contained in:
Edward Hervey 2024-11-27 15:50:54 +01:00
parent 6b58c2173c
commit 059bb2435e

View file

@ -20,7 +20,7 @@ PARSER = ArgumentParser()
PARSER.add_argument('src_dir', type=Path) PARSER.add_argument('src_dir', type=Path)
PARSER.add_argument('plugins', nargs='*') PARSER.add_argument('plugins', nargs='*')
PARSER.add_argument('--features', action="store_true", help="Get list of features to activate") PARSER.add_argument('--features', action="store_true", help="Get list of features to activate")
PARSER.add_argument('--gst-version', help="Get list of features to activate") PARSER.add_argument('--gst-version', help="GStreamer version used")
# Map plugin name to directory name, for those that does not match. # Map plugin name to directory name, for those that does not match.