From 657aa51551bbc54e0fe642d868fef5e4acf8b6e7 Mon Sep 17 00:00:00 2001 From: Tao Chen <50580507+sharkLoc@users.noreply.github.com> Date: Sat, 15 Jun 2024 21:56:05 +0800 Subject: [PATCH] Update command.rs --- src/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.rs b/src/command.rs index be1578d..9b8baf8 100644 --- a/src/command.rs +++ b/src/command.rs @@ -287,7 +287,7 @@ pub enum Subcli { #[arg(short = 'c', long = "cycle", value_name = "FILE")] cyc: Option, }, - /// sample kmer count + /// a simple kmer counter kmer { /// input fastq file, or read from stdin input: Option,