Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Mar 21, 2018
1 parent 24221c3 commit fcefffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub fn ross_base_options() -> Options{
opts.optflag("h", "help", "Print this help menu.");
opts.optopt("n","numcpus","Number of CPUs (default: 1)","INT");
opts.optflag("p","paired-end","The input reads are interleaved paired-end");
opts.optflag("v","verbose","Print more status messages");

return opts;
}
Expand Down

0 comments on commit fcefffb

Please sign in to comment.