doc: remove 'rebuild' remnants
There's no --rebuild anymore (since a long time), so let's remove some remnants.
This commit is contained in:
@ -209,7 +209,7 @@ on_list_view_error(MugMsgListView* mlist, MugError err, MugData* mugdata)
|
||||
switch (err) {
|
||||
case MUG_ERROR_XAPIAN_NOT_UPTODATE:
|
||||
msg = "The Xapian Database has the wrong version\n"
|
||||
"Please run 'mu index --rebuild'";
|
||||
"Please run 'mu init'";
|
||||
break;
|
||||
case MUG_ERROR_XAPIAN_DIR:
|
||||
msg = "Cannot find the Xapian database dir\n"
|
||||
|
||||
Reference in New Issue
Block a user