Implemented a RFE for returning a message when no search

results were found.
This commit is contained in:
Colin Kuskie 2007-05-26 03:54:26 +00:00
parent 3f4a3211bd
commit 1a55630eef
4 changed files with 26 additions and 1 deletions

View file

@ -93,7 +93,13 @@ our $HELP = {
'name' => 'synopsis',
},
],
}
},
{
'name' => 'results_found',
},
{
'name' => 'no_results',
},
],
related => [
{