Skip to content

Commit

Permalink
Correct 'clean' command help [fixes #48]
Browse files Browse the repository at this point in the history
  • Loading branch information
noporpoise committed Feb 5, 2017
1 parent 6a137a4 commit 8bb50a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/ctx_clean.c
Expand Up @@ -13,7 +13,7 @@ const char clean_usage[] =
"usage: "CMD" clean [options] <in.ctx> [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"
Expand Down

0 comments on commit 8bb50a8

Please sign in to comment.