}
void printHelp ()
-{
- return;
-
+{
cout << "Usage: usetaglib [ACTION]... [FILE]..." << endl;
cout << "List and edit tags on mediafiles in formats supported by libtag." << endl;
cout << endl;
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[])