From c2560961183a76bb45059d6e23d4cff42c9b150b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 6 Sep 2015 15:19:34 -0400 Subject: [PATCH] CmdDenotate: Migrated to use new MISCELLANEOUS args --- src/commands/CmdDenotate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdDenotate.cpp b/src/commands/CmdDenotate.cpp index f797cb1db..88c6bbe7c 100644 --- a/src/commands/CmdDenotate.cpp +++ b/src/commands/CmdDenotate.cpp @@ -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 += ' ';