* mu: fix pre-condition warning when getting related messages without threads

This commit is contained in:
djcb
2013-03-16 18:25:19 +02:00
parent dbbcaf0f2b
commit 342195a248
3 changed files with 6 additions and 2 deletions

View File

@ -529,7 +529,7 @@ show_usage (void)
{
g_print ("usage: mu command [options] [parameters]\n");
g_print ("where command is one of index, find, cfind, view, mkdir, "
"extract, add, remove, stats, verify or server\n");
"extract, add, remove, script, verify or server\n");
g_print ("see the mu, mu-<command> or mu-easy manpages for "
"more information\n");
}