Skip to content

Commit

Permalink
Update rustls-cert-gen/src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McCarney <daniel@binaryparadox.net>
  • Loading branch information
tbro and cpu authored Dec 5, 2023
1 parent 4b5e6e4 commit 608ddd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustls-cert-gen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fn main() -> anyhow::Result<()> {
#[bpaf(options)]
/// rustls-cert-gen TLS Certificate Generator
struct Options {
/// Output Directory for generated files
/// Output directory for generated files
#[bpaf(short, long, argument("output/path/"))]
pub output: PathBuf,
/// Keypair algorithm
Expand Down

0 comments on commit 608ddd4

Please sign in to comment.