X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=createdatabasecommand.cpp;h=9d90e74509ab1bc4f555686fb166caeeb52e8195;hb=b86361f726a0d1dfc9f2e91b795e402d97c46f9d;hp=e4a911fc6a1c620777e5b91f1a5ab6223d8bfef2;hpb=9aa36ad8297141ef9fcab04fea10e96d2fed26fe;p=mothur.git diff --git a/createdatabasecommand.cpp b/createdatabasecommand.cpp index e4a911f..9d90e74 100644 --- a/createdatabasecommand.cpp +++ b/createdatabasecommand.cpp @@ -36,7 +36,7 @@ string CreateDatabaseCommand::getHelpString(){ try { string helpString = ""; helpString += "The create.database command reads a listfile, *.cons.taxonomy, *.rep.fasta, *.rep.names and optional groupfile, and creates a database file.\n"; - helpString += "The create.database command parameters are repfasta, list, repname, contaxonomy, group and label. List, repfasta, repnames, and contaxonomy are required. \n"; + helpString += "The create.database command parameters are repfasta, list, repname, contaxonomy, group and label. List, repfasta, repnames, and contaxonomy are required.\n"; helpString += "The create.database command should be in the following format: \n"; helpString += "create.database(repfasta=yourFastaFileFromGetOTURep, repname=yourNameFileFromGetOTURep, contaxonomy=yourConTaxFileFromClassifyOTU, list=yourListFile) \n";