diff --git a/src/main.rs b/src/main.rs index 5e599d1..92cf50f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -427,6 +427,7 @@ fn main() -> Result<(), ReplError> { .long("append") .short('a') .action(ArgAction::SetTrue) + .requires("file") .help("Append the file's symbols to the loaded list of symbols"), ) .about("Load symbols from an ELF file, or list symbols if no file provided"),