Skip to content

Commit

Permalink
show polysomy command in help message
Browse files Browse the repository at this point in the history
This was hidden as it was/is experimental, but with the licensing
additions, users are explicitly requesting the command by compiling
with USE_GPL=1, so we might as well display in the help message.

Closes samtools#280
  • Loading branch information
mcshane committed Jun 29, 2015
1 parent 57edcab commit 9480a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ static cmd_t cmds[] =
#if USE_GPL
{ .func = main_polysomy,
.alias = "polysomy",
.help = "-detect number of chromosomal copies",
.help = "detect number of chromosomal copies",
},
#endif
{ .func = main_vcfroh,
Expand Down

0 comments on commit 9480a54

Please sign in to comment.