X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=helpcommand.cpp;fp=helpcommand.cpp;h=93def59137b8ecadb3e45b26ff3fac35bc976405;hb=de2dc9fb831f569b823031d0730f5a0d739e8290;hp=4a97342c27f801ea7bb959f0c411ace6f33393dc;hpb=cd37904452dc95b183ff313ff05720c562902487;p=mothur.git diff --git a/helpcommand.cpp b/helpcommand.cpp index 4a97342..93def59 100644 --- a/helpcommand.cpp +++ b/helpcommand.cpp @@ -12,9 +12,11 @@ //********************************************************************************************************************** HelpCommand::HelpCommand(string option){ + + + if (option != "") { cout << "There are no valid parameters for the help() command." << endl; } - if (option != "") { cout << "There are no valid parameters for the help() command." << endl; } - validCommands = new ValidCommands(); + validCommands = new CommandFactory(); } //**********************************************************************************************************************