mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-18 08:06:31 +00:00
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:
parent
6b58c2173c
commit
059bb2435e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ PARSER = ArgumentParser()
|
|||
PARSER.add_argument('src_dir', type=Path)
|
||||
PARSER.add_argument('plugins', nargs='*')
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue