diff options
author | Carl Karsten <carl@personnelware.com> | 2016-04-16 17:10:42 -0500 |
---|---|---|
committer | Carl Karsten <carl@personnelware.com> | 2016-04-16 17:10:42 -0500 |
commit | a7d75572332c0013c253c7a05e227a70b0c6abd7 (patch) | |
tree | ce3c191cda4463bb4eaca093e0cf9d2d3ad0f203 | |
parent | a420fd2adea0e5a0d3b8ff2034db036cb76e19bc (diff) |
Add generic hlp text for beginners.
-rwxr-xr-x | clients/source/ingest.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/clients/source/ingest.py b/clients/source/ingest.py index 446f1a6..dbd4a4b 100755 --- a/clients/source/ingest.py +++ b/clients/source/ingest.py @@ -233,7 +233,11 @@ def run_pipeline(pipeline, args): def get_args(): - parser = argparse.ArgumentParser(description='Vocto-ingest client') + parser = argparse.ArgumentParser( + description='''Vocto-ingest Client with Net-time support. + Gst caps are retrieved from the server. + Run without parameters: send test av to localhost:10000 + ''') parser.add_argument('-v', '--verbose', action='count', default=0, help="Also print INFO and DEBUG messages.") |