From: Alexander Schmidt Date: Fri, 6 Feb 2015 18:08:11 +0000 (+0100) Subject: Extended help examples. X-Git-Url: http://git.treefish.org/~alex/usetaglib.git/commitdiff_plain/c601670587f56d9123eb81d6d4294edc6ad1f4ae Extended help examples. --- diff --git a/usetaglib.cpp b/usetaglib.cpp index d4522d2..6a3a7a8 100644 --- a/usetaglib.cpp +++ b/usetaglib.cpp @@ -134,6 +134,8 @@ void printHelp () cout << " usetaglib -e ALBUM file.flac" << endl; cout << " usetaglib -i ARTIST=Horst=Hubert file.mp3" << endl; cout << " usetaglib -r ARTIST=Horst file.ogg" << endl; + cout << " usetaglib -i \"ALBUMARTIST=Horst und Hubert\" file.ogg" << endl; + cout << " usetaglib --insert=\"ALBUMARTIST=Horst und Hubert\" file.ogg" << endl; } int main(int argc, char *argv[])