From: Alexander Schmidt Date: Fri, 6 Feb 2015 16:28:35 +0000 (+0100) Subject: Reenabled help. X-Git-Url: http://git.treefish.org/~alex/usetaglib.git/commitdiff_plain/d2b5c66be510d1b66430d33b79e7c2489caabaed Reenabled help. --- diff --git a/usetaglib.cpp b/usetaglib.cpp index ea070e7..d4522d2 100644 --- a/usetaglib.cpp +++ b/usetaglib.cpp @@ -108,9 +108,7 @@ int action_printAudio (const TagLib::FileRef f) } void printHelp () -{ - return; - +{ cout << "Usage: usetaglib [ACTION]... [FILE]..." << endl; cout << "List and edit tags on mediafiles in formats supported by libtag." << endl; cout << endl;