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[])