docs: formatting fix of doc comment

Co-authored-by: Andrew Lamb <alamb@influxdata.com>
pull/24376/head
Fraser Savage 2023-05-19 14:02:56 +01:00 committed by GitHub
parent c263585d94
commit 44ec835191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ pub struct Config {
input: PathBuf,
/// The directory to write regenerated line protocol to. Creates the directory
///if it does not exist.
/// if it does not exist.
///
/// When unspecified the line protocol is written to stdout
#[clap(long, short, value_parser)]