diff --git a/influxdb_iox/src/commands/debug/wal/regenerate_lp.rs b/influxdb_iox/src/commands/debug/wal/regenerate_lp.rs index 41b522a98d..bb92ac9d51 100644 --- a/influxdb_iox/src/commands/debug/wal/regenerate_lp.rs +++ b/influxdb_iox/src/commands/debug/wal/regenerate_lp.rs @@ -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)]