Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dagou committed Jun 13, 2024
1 parent 14953bc commit 3efdcee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kr2r/src/bin/classify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ use std::sync::atomic::{AtomicUsize, Ordering};
use std::time::Instant;

#[derive(Parser, Debug, Clone)]
#[clap(version, about = "classify", long_about = "classify")]
#[clap(
version,
about = "Directly load all hash tables for classification annotation",
long_about = "Directly load all hash tables for classification annotation"
)]
pub struct Args {
/// database hash chunk directory and other files
#[clap(long)]
Expand Down

0 comments on commit 3efdcee

Please sign in to comment.