diff --git a/README.md b/README.md index 0c96d4f..31ac934 100644 --- a/README.md +++ b/README.md @@ -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) ```