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 = "";
for (auto& a : context.cli2._args)
{
if (a.hasTag ("MODIFICATION"))
if (a.hasTag ("MISCELLANEOUS"))
{
if (pattern != "")
pattern += ' ';