* mu-cmd, mu-cmd-index: small improvements in strings for users
This commit is contained in:
@ -238,7 +238,7 @@ mu_cmd_index (MuConfigOptions *opts)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_message ("Indexing messages from %s", opts->maildir);
|
g_message ("Indexing messages under %s", opts->maildir);
|
||||||
g_message ("Database: %s", opts->xpath);
|
g_message ("Database: %s", opts->xpath);
|
||||||
|
|
||||||
rv = run_index (midx, opts->maildir, &stats, opts->reindex, opts->quiet);
|
rv = run_index (midx, opts->maildir, &stats, opts->reindex, opts->quiet);
|
||||||
|
|||||||
@ -90,8 +90,9 @@ show_usage (gboolean noerror)
|
|||||||
{
|
{
|
||||||
const char* usage=
|
const char* usage=
|
||||||
"usage: mu [options] command [parameters]\n"
|
"usage: mu [options] command [parameters]\n"
|
||||||
"\twhere command is one of index, find, mkdir, cleanup or view\n"
|
"\twhere command is one of index, find, mkdir, cleanup or view\n\n"
|
||||||
"see mu(1) (the mu manpage) for more information\n";
|
"see mu(1) (the mu manpage) for more information, or try "
|
||||||
|
"mu --help\n";
|
||||||
|
|
||||||
if (noerror)
|
if (noerror)
|
||||||
g_print ("%s", usage);
|
g_print ("%s", usage);
|
||||||
@ -106,7 +107,7 @@ show_version (void)
|
|||||||
{
|
{
|
||||||
const char* msg =
|
const char* msg =
|
||||||
"mu (mail indexer / searcher version) " VERSION "\n\n"
|
"mu (mail indexer / searcher version) " VERSION "\n\n"
|
||||||
"Copyright (C) 2010 Dirk-Jan C. Binnema\n"
|
"Copyright (C) 2008-2010 Dirk-Jan C. Binnema\n"
|
||||||
"License GPLv3+: GNU GPL version 3 or later "
|
"License GPLv3+: GNU GPL version 3 or later "
|
||||||
"<http://gnu.org/licenses/gpl.html>.\n\n"
|
"<http://gnu.org/licenses/gpl.html>.\n\n"
|
||||||
"This is free software: you are free to change "
|
"This is free software: you are free to change "
|
||||||
|
|||||||
Reference in New Issue
Block a user