]> git.treefish.org Git - usetaglib.git/commitdiff
Modified program description.
authorAlexander Schmidt <alex@treefish.org>
Fri, 6 Feb 2015 18:23:57 +0000 (19:23 +0100)
committerAlexander Schmidt <alex@treefish.org>
Fri, 6 Feb 2015 18:23:57 +0000 (19:23 +0100)
usetaglib.cpp

index 6a3a7a8193ff9843ac927f92822037647164d8e3..e0d2fbfccf61068ba62f6a6594a6f4dad898d346 100644 (file)
@@ -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;