From d55149f6c193146850d6a3886cae893a762d78db Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Fri, 6 Feb 2015 19:23:57 +0100 Subject: [PATCH] Modified program description. --- usetaglib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2