X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=command.hpp;fp=command.hpp;h=a0bb0017131eaa95f787c3d3ada91f25e3a95c5d;hb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;hp=6a1a4deea6c1df252a627fa827bb33a8f49b439c;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/command.hpp b/command.hpp index 6a1a4de..a0bb001 100644 --- a/command.hpp +++ b/command.hpp @@ -37,7 +37,7 @@ class Command { virtual int execute() = 0; virtual void help() = 0; - void citation() { m->mothurOut(getCitation()); } + void citation() { m->mothurOutEndLine(); m->mothurOut(getCitation()); m->mothurOutEndLine(); } virtual ~Command() { } protected: