Fix sym --append not requiring file name
This commit is contained in:
parent
e0fbebfbc3
commit
57f7c0fabe
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user