Clarified the help about the use of the standard input.

This commit is contained in:
Celine Mercier
2016-02-22 15:50:43 +01:00
parent 7667eb862b
commit 294a5e72d3

View File

@ -57,7 +57,9 @@ static void PrintHelp()
PP " -g : n's are replaced with a's (default: sequences with n's are discarded).\n");
PP " -x : Adds four extra columns with the count and length of both sequences.\n");
PP "-----------------------------------------------------------------------------------------------------------------------------\n");
PP " First argument : the nucleotide dataset to analyze\n\n");
PP " First argument : the nucleotide dataset to analyze (or nothing \n");
PP " if there is only one dataset and the standard \n");
PP " input should be used). \n\n");
PP " Second argument : optionally the second nucleotide dataset\n");
PP "-----------------------------------------------------------------------------------------------------------------------------\n");
PP " Results table description : \n");