* mu-cmd-find.c: update help text (it's --rebuild, not --empty)

This commit is contained in:
Dirk-Jan C. Binnema 2010-02-20 14:36:43 +02:00
parent 6503a6f2ab
commit abfde3a5b9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ update_warning (void)
{
g_printerr ("the database needs to be updated to version %s\n",
MU_XAPIAN_DB_VERSION);
g_message ("please run 'mu index --empty' (see the manpage)");
g_message ("please run 'mu index --rebuild' (see the man page)");
}