This commit is contained in:
Doug Le Tough 2019-08-26 23:13:50 +11:00
parent ce412e4eb3
commit 19a249b2aa
1 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@ logstreamer.py -h
[--amplitude AMPLITUDE] [--framerate FRAMERATE]
[--adjust ADJUST ADJUST] [--exclude [EXCLUDE [EXCLUDE ...]]]
--host HOST --port PORT --user USER --password PASSWORD
--mount MOUNT [--protocol PROTOCOL]
--mount MOUNT [--protocol PROTOCOL] [--debug DEBUG]
optional arguments:
-h, --help show this help message and exit
@ -45,5 +45,6 @@ logstreamer.py -h
--user USER Nom d'utilisateur (requis)
--password PASSWORD Mot de passe (requis)
--mount MOUNT Point de montage Icecast2 (requis)
--protocol PROTOCOL Protocol à utiliser (défaut: http)
--protocol PROTOCOL Protocole à utiliser (défaut: http)
--debug DEBUG Affiche l'activité (défaut: False)
```