]> git.donarmstrong.com Git - mothur.git/blobdiff - command.hpp
added [ERROR] flag if command aborts
[mothur.git] / command.hpp
index 97701aa0017ccaf821546f06e40df41cad6233e5..ddb776356a183e0c310997ea7f9cb0acfc5e5c02 100644 (file)
@@ -31,6 +31,7 @@ class Command {
                virtual ~Command() { }
        protected:
                MothurOut* m;
+               bool calledHelp;
 };
 
 #endif