* cosmetics

This commit is contained in:
djcb
2011-11-27 16:21:49 +02:00
parent ebb3df2e2b
commit dce908cf93
2 changed files with 35 additions and 44 deletions

View File

@ -10,8 +10,7 @@
official GNU language for doing so. 'muile' requires guile 2.x to get the full official GNU language for doing so. 'muile' requires guile 2.x to get the full
support. support.
older versions will not support e.g. the 'mu-stats.scm' things Older versions may not support e.g. the 'mu-stats.scm' things discussed below.
discussed below.
The combination of mu + guile is called `muile', and allows you to write The combination of mu + guile is called `muile', and allows you to write
little Scheme-programs to query the mu-database, or inspect individual little Scheme-programs to query the mu-database, or inspect individual
@ -204,11 +203,3 @@ older versions will not support e.g. the 'mu-stats.scm' things
# Local Variables: # Local Variables:
# mode: org; org-startup-folded: nil # mode: org; org-startup-folded: nil
# End: # End:

View File

@ -74,7 +74,7 @@ muile_config_destroy (MuileConfig *conf)
static void static void
usage (void) usage (void)
{ {
g_print ("usage: muile [--muhome=<dir>] [msgfile]\n"); g_print ("usage: muile [--muhome <dir>] [--msg <msgfile>]\n");
} }
@ -86,7 +86,7 @@ main (int argc, char *argv[])
g_type_init (); g_type_init ();
#ifdef HAVE_PRE2_GUILE #ifdef HAVE_PRE2_GUILE
g_warning ("Note: muile will not function correctly unless you have a " g_warning ("Note: muile will not function properly unless you are using a"
"UTF-8 locale."); "UTF-8 locale.");
#endif /* HAVE_PRE2_GUILE */ #endif /* HAVE_PRE2_GUILE */