diff --git a/implementations/rust/ockam/ockam_command/src/tcp/inlet/create.rs b/implementations/rust/ockam/ockam_command/src/tcp/inlet/create.rs index eeddfce5441..efcdc145e69 100644 --- a/implementations/rust/ockam/ockam_command/src/tcp/inlet/create.rs +++ b/implementations/rust/ockam/ockam_command/src/tcp/inlet/create.rs @@ -38,7 +38,7 @@ use crate::util::{find_available_port, port_is_free_guard, process_nodes_multiad const AFTER_LONG_HELP: &str = include_str!("./static/create/after_long_help.txt"); -/// Create TCP Inlets +/// Create a TCP Inlet #[derive(Clone, Debug, Args)] #[command(after_long_help = docs::after_help(AFTER_LONG_HELP))] pub struct CreateCommand {