diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-12-02 20:01:59 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-12-02 20:01:59 +0100 |
commit | 671ba26301303aa42f5e3eeb4f55f4617171ef63 (patch) | |
tree | c5ecb3b2c524d25443f9370b114101c5a18f6efd /src | |
parent | 98e61b8f765314e5132da97797590703eb6484ea (diff) | |
download | ODR-AudioEnc-671ba26301303aa42f5e3eeb4f55f4617171ef63.tar.gz ODR-AudioEnc-671ba26301303aa42f5e3eeb4f55f4617171ef63.tar.bz2 ODR-AudioEnc-671ba26301303aa42f5e3eeb4f55f4617171ef63.zip |
Fix inverted descriptions in usage
Diffstat (limited to 'src')
-rw-r--r-- | src/dabplus-enc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dabplus-enc.cpp b/src/dabplus-enc.cpp index 0664937..015884c 100644 --- a/src/dabplus-enc.cpp +++ b/src/dabplus-enc.cpp @@ -98,8 +98,8 @@ void usage(const char* name) { " For the VLC input:\n" #if HAVE_VLC " -v, --vlc-uri=uri Enable VLC input and use the URI given as source\n" - " -C, --vlc-cache=ms Enable VLC gain control, default 0\n" - " -g, --vlc-gain=db Enable VLC network cache\n" + " -C, --vlc-cache=ms Enable VLC network cache\n" + " -g, --vlc-gain=db Enable VLC gain control, default 0\n" " -V Increase the VLC verbosity by one (can be given \n" " multiple times)\n" " -w, --write-icy-text=filename Write the ICY Text into the file, so that mot-encoder can read it.\n" |