From: Alexander Schmidt Date: Fri, 6 Feb 2015 18:23:57 +0000 (+0100) Subject: Modified program description. X-Git-Url: http://git.treefish.org/~alex/usetaglib.git/commitdiff_plain/d55149f6c193146850d6a3886cae893a762d78db Modified program description. --- 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;