Skip to content

Commit

Permalink
braid: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Nov 29, 2024
1 parent c19c0b2 commit 6b5fe81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion braid/src/bin/braid-show-config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use color_eyre::{eyre::WrapErr, Result};
#[derive(Debug, Parser)]
#[command(author, version)]
struct BraidShowConfigCliArgs {
/// Input directory
/// Input configuration file
config_file: std::path::PathBuf,
}

Expand Down

0 comments on commit 6b5fe81

Please sign in to comment.