diff --git a/tools/kagami/src/swarm.rs b/tools/kagami/src/swarm.rs index d224c261c14..1b486a37bd9 100644 --- a/tools/kagami/src/swarm.rs +++ b/tools/kagami/src/swarm.rs @@ -45,10 +45,10 @@ mod clap_args { /// How many peers to generate within the Docker Compose setup. #[arg(long, short)] pub peers: NonZeroU16, - /// Used for deterministic key-generation. + /// Used for deterministic key-generation. /// - /// Any valid UTF-8 sequence is acceptable. - // TODO: Check for length limitations, and if non-UTF-8 sequences are working. + /// Any valid UTF-8 sequence is acceptable. + // TODO: Check for length limitations, and if non-UTF-8 sequences are working. #[arg(long, short)] pub seed: Option, /// Re-create the target directory (for `dir` subcommand) or file (for `file` subcommand)