Skip to content

Commit

Permalink
update cli.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkLoc committed Jun 6, 2024
1 parent 05a44f8 commit cad0f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pub enum Subcli {
/// get last N records from fasta file
#[command(before_help = "note: the command need to read file twice, do not use in stream")]
tail {
/// input fasta file, or read from stdin
/// input fasta file
input: Option<String>,
/// print last N fasta records
#[arg(short = 'n', long = "num", default_value_t = 10, value_name = "int")]
Expand Down

0 comments on commit cad0f04

Please sign in to comment.