Skip to content

Commit

Permalink
Use "!vm 60" on a full scan
Browse files Browse the repository at this point in the history
  • Loading branch information
swwwolf committed Mar 7, 2017
1 parent 6592461 commit e7b7f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ EXT_COMMAND(wa_scan,
out << wa::showplus << "--------------------------------------------------------------------------" << endlout;
Execute("vertarget");
out << wa::showplus << "--------------------------------------------------------------------------" << endlout;
Execute("!vm");
Execute("!vm 60");
out << wa::showplus << "--------------------------------------------------------------------------" << endlout;

for ( const auto &cmd : m_scan_commands ) {
Expand Down

0 comments on commit e7b7f4b

Please sign in to comment.