cout << "-h, --help Show this help" << endl;
cout << endl;
cout << "ACTIONS" << endl;
+ cout << " If multiple actions are specified they are executed in given order." << endl;
+ cout << endl;
cout << setfill(' ') << setw(37) << left << " -l, --list"
<< "list all tags (implicit if no action specified)"<< endl;
cout << setfill(' ') << setw(37) << left << " -a, --listaudio"
cout << "EXAMPLES" << endl;
cout << " usetaglib file.ogg" << 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 -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;
}