From 294a5e72d33a00fc87604c0cda4d3a9b4b40baee Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Mon, 22 Feb 2016 15:50:43 +0100 Subject: [PATCH] Clarified the help about the use of the standard input. --- sumatra.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sumatra.c b/sumatra.c index d9fe745..752ab20 100644 --- a/sumatra.c +++ b/sumatra.c @@ -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");