Skip to content

Commit 0def166

Browse files
another fix
1 parent 4766404 commit 0def166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ fn main() -> Result<(), Box<dyn Error>> {
111111
}
112112
_ => unreachable!(),
113113
},
114-
("sequences-stats", Some(matches)) => sequences_stats::stats(matches.is_present("fastq")),
114+
("sequence-stats", Some(matches)) => sequences_stats::stats(matches.is_present("fastq")),
115115
// This cannot be reached, since the matches step of
116116
// clap assures that a valid subcommand is provided
117117
_ => unreachable!(),

0 commit comments

Comments
 (0)