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 += ' ';