[Xfce4-commits] r30199 - terminal/trunk/terminal

Nick Schermer nick at xfce.org
Sun Jul 5 16:48:14 CEST 2009


Author: nick
Date: 2009-07-05 14:48:14 +0000 (Sun, 05 Jul 2009)
New Revision: 30199

Modified:
   terminal/trunk/terminal/main.c
Log:
Add the --maximize command line option.

This option has been there for a long time but never
made it to the usage help.


Modified: terminal/trunk/terminal/main.c
===================================================================
--- terminal/trunk/terminal/main.c	2009-07-05 14:30:04 UTC (rev 30198)
+++ terminal/trunk/terminal/main.c	2009-07-05 14:48:14 UTC (rev 30199)
@@ -92,6 +92,10 @@
                      "                                      window; can be specified once for\n"
                      "                                      each window you create from the\n"
                      "                                      command line"));
+  g_print ("%s\n", _("  --maximize                          Maximize the last-specified window;\n"
+                     "                                      applies to only one window; can be\n"
+                     "                                      specified once for each window you\n"
+                     "                                      create from the command line"));
   g_print ("%s\n", _("  --show-menubar                      Turn on the menubar for the last-\n"
                      "                                      specified window; applies to only one\n"
                      "                                      window; can be specified once for\n"




More information about the Xfce4-commits mailing list