From 8bb50a82a30c7c75963d7b4d535dc29d627dc878 Mon Sep 17 00:00:00 2001 From: Isaac Turner Date: Sun, 5 Feb 2017 23:25:11 +0000 Subject: [PATCH] Correct 'clean' command help [fixes #48] --- src/commands/ctx_clean.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/ctx_clean.c b/src/commands/ctx_clean.c index 5c937c55..e454784d 100644 --- a/src/commands/ctx_clean.c +++ b/src/commands/ctx_clean.c @@ -13,7 +13,7 @@ const char clean_usage[] = "usage: "CMD" clean [options] [in2.ctx ...]\n" "\n" " Clean a cortex graph. Joins graphs first, if multiple inputs given.\n" -" If neither -T or -U specified, just saves output statistics.\n" +" If output graph file is not specified just saves output statistics.\n" " If given a multisample graph, cleans each sample against the merged population.\n" "\n" " -h, --help This help message\n"