* mu-cmd, mu-cmd-index: small improvements in strings for users

This commit is contained in:
djcb
2010-08-14 15:31:55 +03:00
parent 6408c6345f
commit 5a9904618a
2 changed files with 5 additions and 4 deletions

View File

@ -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);

View File

@ -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 "