[gnome-terminal] Fix --geometry description



commit c3f258942a6725ccf92b63212b45a0164fb7b407
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue Dec 15 01:13:22 2009 -0500

    Fix --geometry description
    
    It's not an X geometry.  It's COLSxROWS

 src/terminal-options.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-options.c b/src/terminal-options.c
index 92f1d03..c87c669 100644
--- a/src/terminal-options.c
+++ b/src/terminal-options.c
@@ -1034,7 +1034,7 @@ get_goption_context (TerminalOptions *options)
       0,
       G_OPTION_ARG_CALLBACK,
       option_geometry_callback,
-      N_("Set the window geometry from the provided X geometry specification; see the \"X\" man page for more information"),
+      N_("Set the window size; for example: 80x24"),
       N_("GEOMETRY")
     },
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]