From 8bcd146863e2a44d6d4fb5dee2d3f17e975deb45 Mon Sep 17 00:00:00 2001 From: westcott Date: Tue, 10 May 2011 16:55:03 +0000 Subject: [PATCH] added citation function to commands --- command.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5