diff --git a/client/src/main.rs b/client/src/main.rs index 2e4841b..702e359 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -22,7 +22,7 @@ mod display; #[clap(version, about, long_about = None)] struct Args { /// Path to the Unix domain socket - #[clap(short, long)] + #[clap(short = 'S', long)] socket: Option, /// Session to connect to