summaryrefslogtreecommitdiffstats
path: root/src/release.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/release.rs')
-rw-r--r--src/release.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/release.rs b/src/release.rs
index 716c508..887be27 100644
--- a/src/release.rs
+++ b/src/release.rs
@@ -16,7 +16,7 @@ use crate::{
pub struct ReleaseCommand {
#[clap(long, short = 'R')]
remote: Option<String>,
- #[clap(long, short)]
+ #[clap(long, short, id = "[HOST/]OWNER/REPO")]
repo: Option<RepoArg>,
#[clap(subcommand)]
command: ReleaseSubcommand,