diff --git a/src/cli.rs b/src/cli.rs index 617b30b..b56f1dd 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -114,7 +114,7 @@ enum Command { worktree: bool, /// staged - #[clap(long, short, action)] + #[clap(long, short = 'S', action)] staged: bool, }, }