Skip to content

Commit

Permalink
Update command.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkLoc authored Jun 15, 2024
1 parent d7f8d98 commit 657aa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ pub enum Subcli {
#[arg(short = 'c', long = "cycle", value_name = "FILE")]
cyc: Option<String>,
},
/// sample kmer count
/// a simple kmer counter
kmer {
/// input fastq file, or read from stdin
input: Option<String>,
Expand Down

0 comments on commit 657aa51

Please sign in to comment.