diff --git a/src/bin/syzbot-get.rs b/src/bin/syzbot-get.rs index 94d9e1bb..83e829d8 100644 --- a/src/bin/syzbot-get.rs +++ b/src/bin/syzbot-get.rs @@ -5,9 +5,9 @@ use serde_derive::Deserialize; #[derive(Parser)] #[command(author, version, about, long_about = None)] struct Args { - #[arg(short, long)] + #[arg(long)] id: String, - #[arg(short, long)] + #[arg(long)] idx: Option, #[arg(short, long)] output: PathBuf,