diff --git a/src/repo.rs b/src/repo.rs index 54a4eb9..0a2c5c1 100644 --- a/src/repo.rs +++ b/src/repo.rs @@ -70,7 +70,7 @@ pub enum RepoCommand { // flags #[clap(long, short)] description: Option, - #[clap(long, short)] + #[clap(long, short = 'P')] private: bool, /// Sets the new repo to be the `origin` remote of the current local repo. #[clap(long, short)]