]> git.treefish.org Git - usetaglib.git/commitdiff
Reenabled help.
authorAlexander Schmidt <alex@treefish.org>
Fri, 6 Feb 2015 16:28:35 +0000 (17:28 +0100)
committerAlexander Schmidt <alex@treefish.org>
Fri, 6 Feb 2015 16:28:35 +0000 (17:28 +0100)
usetaglib.cpp

index ea070e7c5ff7a3bc192c6438d6eb84834ff1378d..d4522d2edb5de720b60a5fa0cfaee4853dc6f15b 100644 (file)
@@ -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;