mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Mention GStreamer in --help output
This commit is contained in:
parent
be38bc2906
commit
ebda9480c3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class OptionParser (Common.Main.LogOptionParser):
|
||||||
|
|
||||||
def get_parameter_string (self):
|
def get_parameter_string (self):
|
||||||
|
|
||||||
return _("[FILENAME] - Display and analyze debug log files")
|
return _("[FILENAME] - Display and analyze GStreamer debug log files")
|
||||||
|
|
||||||
def handle_parse_complete (self, remaining_args):
|
def handle_parse_complete (self, remaining_args):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue