Skip to content

Commit 8bb50a8

Browse files
committed
Correct 'clean' command help [fixes #48]
1 parent 6a137a4 commit 8bb50a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/ctx_clean.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const char clean_usage[] =
1313
"usage: "CMD" clean [options] <in.ctx> [in2.ctx ...]\n"
1414
"\n"
1515
" Clean a cortex graph. Joins graphs first, if multiple inputs given.\n"
16-
" If neither -T or -U specified, just saves output statistics.\n"
16+
" If output graph file is not specified just saves output statistics.\n"
1717
" If given a multisample graph, cleans each sample against the merged population.\n"
1818
"\n"
1919
" -h, --help This help message\n"

0 commit comments

Comments
 (0)