X-Git-Url: http://git.treefish.org/~alex/usetaglib.git/blobdiff_plain/c601670587f56d9123eb81d6d4294edc6ad1f4ae..d55149f6c193146850d6a3886cae893a762d78db:/usetaglib.cpp?ds=sidebyside diff --git a/usetaglib.cpp b/usetaglib.cpp index 6a3a7a8..e0d2fbf 100644 --- a/usetaglib.cpp +++ b/usetaglib.cpp @@ -110,7 +110,7 @@ int action_printAudio (const TagLib::FileRef f) void printHelp () { cout << "Usage: usetaglib [ACTION]... [FILE]..." << endl; - cout << "List and edit tags on mediafiles in formats supported by libtag." << endl; + cout << "Read and edit meta-data of audio formats supported by taglib." << endl; cout << endl; cout << "-h, --help Show this help" << endl; cout << endl;