diff --git a/src/cli.rs b/src/cli.rs index db1e4b7..42795c7 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -58,7 +58,7 @@ pub enum Commands { /// Attach to a service's stdin interactively Attach { name: String, - #[arg(long, help = "Send SIGINT to service on Ctrl+C before disconnecting")] + #[arg(short = 'f', long, help = "Send SIGINT to service on Ctrl+C before disconnecting")] full: bool, }, /// Internal: run supervisor for a service