Fix: Added default target for delete action
This commit is contained in:
parent
690218f88d
commit
9699555a67
@ -378,6 +378,7 @@ int Params::nonoption(const std::string& argv)
|
||||
}
|
||||
action = true;
|
||||
action_ = Action::erase;
|
||||
target_ = ctExif;
|
||||
}
|
||||
if (argv == "ex" || argv == "extract") {
|
||||
if (action_ != Action::none && action_ != Action::extract) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user