diff --git a/src/command.cpp b/src/command.cpp index e6601fa30..5a30dce7a 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -175,9 +175,9 @@ std::string handleTags () } // Render a list of tag names from the map. - std::cout << optionalBlankLine (); + out << optionalBlankLine (); foreach (i, unique) - std::cout << i->first << std::endl; + out << i->first << std::endl; if (unique.size ()) out << optionalBlankLine ()