Skip to content

Commit

Permalink
chore: minor cli help change
Browse files Browse the repository at this point in the history
  • Loading branch information
mmolari committed Jan 8, 2025
1 parent 39e3981 commit 8c6a781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pangraph/src/commands/export/export_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pub struct PangraphExportBlockSequencesArgs {
#[clap(display_order = 1, value_hint = ValueHint::FilePath)]
pub input_json: Option<PathBuf>,

/// Path to directory to write output FASTA files to
/// Path to directory to write output FASTA files to. Files are named `block_{block_id}.fa` in the folder.
///
/// See: https://en.wikipedia.org/wiki/FASTA_format
#[clap(long, short = 'o', value_hint = ValueHint::AnyPath)]
Expand Down

0 comments on commit 8c6a781

Please sign in to comment.