Fixing a debug message. Modest UI is started with -s
authorSergio Villar Senin <svillar@igalia.com>
Fri, 22 May 2009 07:32:56 +0000 (09:32 +0200)
committerSergio Villar Senin <svillar@igalia.com>
Fri, 22 May 2009 07:32:56 +0000 (09:32 +0200)
src/modest-main.c

index 62d2e69..3640252 100644 (file)
@@ -140,7 +140,7 @@ main (int argc, char *argv[])
        show_ui_without_top_application_method = show_ui;
 
        if (!show_ui_without_top_application_method) {
-               g_print ("modest: use 'modest showui' to start from cmdline  with UI\n");
+               g_print ("modest: use 'modest -s' to start from cmdline  with UI\n");
        }
 
        if (!g_thread_supported())