From c601670587f56d9123eb81d6d4294edc6ad1f4ae Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Fri, 6 Feb 2015 19:08:11 +0100 Subject: [PATCH] Extended help examples. --- usetaglib.cpp | 2 ++ 1 file changed, 2 insertions(+) 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[]) -- 2.39.2