We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5e6e4 commit 608ddd4Copy full SHA for 608ddd4
rustls-cert-gen/src/main.rs
@@ -44,7 +44,7 @@ fn main() -> anyhow::Result<()> {
44
#[bpaf(options)]
45
/// rustls-cert-gen TLS Certificate Generator
46
struct Options {
47
- /// Output Directory for generated files
+ /// Output directory for generated files
48
#[bpaf(short, long, argument("output/path/"))]
49
pub output: PathBuf,
50
/// Keypair algorithm
0 commit comments