diff options
Diffstat (limited to '')
| -rw-r--r-- | crates/rocie-server/src/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rocie-server/src/cli.rs b/crates/rocie-server/src/cli.rs index 80b4292..01c4199 100644 --- a/crates/rocie-server/src/cli.rs +++ b/crates/rocie-server/src/cli.rs @@ -20,7 +20,7 @@ pub(crate) enum Command { /// Print the used port as single u16 to stdout when started. /// - /// This can be used, to determine the used port, when the `port` was left at `None`. + /// This can be used to determine the used port, when the `port` was left at `None`. #[arg(long)] print_port: bool, |
