From: Alexander Schmidt Date: Sat, 7 Feb 2015 20:00:36 +0000 (+0100) Subject: Added missing newline in extrahelp. X-Git-Url: http://git.treefish.org/~alex/usetaglib.git/commitdiff_plain/5efba655476d5687be2fdf9e19ff48f93ea31d27 Added missing newline in extrahelp. --- diff --git a/usetaglib.cpp b/usetaglib.cpp index dbebaa8..8c04a55 100644 --- a/usetaglib.cpp +++ b/usetaglib.cpp @@ -147,7 +147,7 @@ void printExtraHelp () " by equal signs (=). If a list is given, multiple tags of type TAGNAME\n" " will be created and set to the respective values given in the list.\n" "\n" - "EXAMPLES" + "EXAMPLES\n" " usetaglib file.ogg\n" " usetaglib -e ALBUM file.flac\n" " usetaglib -r \"ALBUM=New Album\" -i ARTIST=Horst=Hubert file.mp3\n"