Skip to content

Commit

Permalink
chore: fix the create inlet help message
Browse files Browse the repository at this point in the history
  • Loading branch information
ivor11 committed Sep 17, 2024
1 parent 7a01476 commit caf6f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit caf6f63

Please sign in to comment.