From d2b5c66be510d1b66430d33b79e7c2489caabaed Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Fri, 6 Feb 2015 17:28:35 +0100 Subject: [PATCH] Reenabled help. --- usetaglib.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; -- 2.39.2