Permalink
Browse files

Updates help output

  • Loading branch information...
1 parent 362c78a commit 9093dab327e654612af69f4a9175528ef95cd3af @mothur-westcott mothur-westcott committed Aug 2, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 source/commands/helpcommand.cpp
@@ -18,7 +18,7 @@ HelpCommand::HelpCommand(string option) {
int HelpCommand::execute(){
try {
validCommands->printCommands(cout);
- m->mothurOut("For more information about a specific command type 'commandName(help)' i.e. 'read.dist(help)'"); m->mothurOutEndLine();
+ m->mothurOut("For more information about a specific command type 'commandName(help)' i.e. 'cluster(help)'"); m->mothurOutEndLine();
m->mothurOutEndLine(); m->mothurOut("For further assistance please refer to the Mothur manual on our wiki at http://www.mothur.org/wiki, or contact Pat Schloss at mothur.bugs@gmail.com.\n");

0 comments on commit 9093dab

Please sign in to comment.