Footnotes

- Relocated 'N tasks' style message to footnotes.
This commit is contained in:
Paul Beckingham 2011-06-27 00:22:18 -04:00
parent 1813f67230
commit 43e72b8ac8
3 changed files with 10 additions and 10 deletions

View file

@ -396,7 +396,7 @@ int CmdInfo::execute (std::string& output)
if (! filtered.size ())
{
out << STRING_FEEDBACK_NO_MATCH << "\n";
context.footnote (STRING_FEEDBACK_NO_MATCH);
rc = 1;
}