* mu-cmd: fix wrong help text

This commit is contained in:
Dirk-Jan C. Binnema 2010-01-17 14:03:01 +02:00
parent 76eeb370bf
commit 3407e6db3b
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ show_usage (gboolean noerror)
{
const char* usage=
"usage: mu [options] command [parameters]\n"
"\twhere command is one of index, find, cleanup, mkdir\n"
"\twhere command is one of index, find, mkdir\n"
"see mu(1) for more information\n";
if (noerror)