mirror of
https://github.com/jakcron/nstool.git
synced 2024-12-22 10:45:28 +00:00
Change behaviour in how keydata is shown.
This commit is contained in:
parent
345eb897c6
commit
d373132e08
|
@ -413,7 +413,7 @@ nstool::SettingsInitializer::SettingsInitializer(const std::vector<std::string>&
|
|||
opt.keybag.fallback_content_key = mBodyKey;
|
||||
|
||||
// dump keys if requires
|
||||
if (opt.cli_output_mode.show_keydata)
|
||||
if (mShowKeydata) // but not opt.cli_output_mode.show_keydata, since this that enabled by toggling -v,--verbose, personally I don't think a summary of imported keydata should be included in verbose output.
|
||||
{
|
||||
dump_keys();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue