From: westcott Date: Tue, 10 May 2011 16:55:03 +0000 (+0000) Subject: added citation function to commands X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git added citation function to commands --- 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: