Skip to content

Commit 608ddd4

Browse files
tbrocpu
andauthored
Update rustls-cert-gen/src/main.rs
Co-authored-by: Daniel McCarney <daniel@binaryparadox.net>
1 parent 4b5e6e4 commit 608ddd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustls-cert-gen/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fn main() -> anyhow::Result<()> {
4444
#[bpaf(options)]
4545
/// rustls-cert-gen TLS Certificate Generator
4646
struct Options {
47-
/// Output Directory for generated files
47+
/// Output directory for generated files
4848
#[bpaf(short, long, argument("output/path/"))]
4949
pub output: PathBuf,
5050
/// Keypair algorithm

0 commit comments

Comments
 (0)