- cout << " usetaglib -i ARTIST=Horst=Hubert file.mp3" << endl;
- cout << " usetaglib -r ARTIST=Horst file.ogg" << endl;
+ cout << " usetaglib -r \"ALBUM=New Album\" -i ARTIST=Horst=Hubert file.mp3" << endl;
+ cout << " usetaglib -r ARTIST=Horst -l file1.ogg file2.mp3" << endl;
+ cout << " usetaglib -i \"ALBUMARTIST=Horst und Hubert\" file.ogg" << endl;
+ cout << " usetaglib --insert=\"ALBUMARTIST=Horst und Hubert\" file.ogg" << endl;