CmdDenotate: Migrated to use new MISCELLANEOUS args

This commit is contained in:
Paul Beckingham
2015-09-06 15:19:34 -04:00
parent b7c7d782e0
commit c256096118

View File

@@ -73,7 +73,7 @@ int CmdDenotate::execute (std::string& output)
std::string pattern = ""; std::string pattern = "";
for (auto& a : context.cli2._args) for (auto& a : context.cli2._args)
{ {
if (a.hasTag ("MODIFICATION")) if (a.hasTag ("MISCELLANEOUS"))
{ {
if (pattern != "") if (pattern != "")
pattern += ' '; pattern += ' ';