Small fix for "winheight" usage
authorTom Tromey <tom@tromey.com>
Mon, 3 Sep 2018 21:41:24 +0000 (15:41 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 26 Sep 2018 11:15:31 +0000 (05:15 -0600)
I noticed that the usage string for "winheight" has a couple of
extraneous ">"s in it.  I must have forgotten to remove these back
when I changed the text to use the GNU style for metasyntactic
variables.

gdb/ChangeLog
2018-09-26  Tom Tromey  <tom@tromey.com>

* tui/tui-win.c (WIN_HEIGHT_USAGE): Remove extra ">"s.

gdb/ChangeLog
gdb/tui/tui-win.c

index 13fac9256f44c5e58f414eef66e1cc68e1a779bc..19a6566e93b39bb01fb0756300c2676acc12d08b 100644 (file)
@@ -1,3 +1,7 @@
+2018-09-26  Tom Tromey  <tom@tromey.com>
+
+       * tui/tui-win.c (WIN_HEIGHT_USAGE): Remove extra ">"s.
+
 2018-09-24  Tom Tromey  <tom@tromey.com>
 
        * common/pathstuff.c (get_standard_cache_dir): Make
index c42d7f036cd84b94a1a54b6fa853848ddaf1d707..225c6e9d4b32a51339be064a9a56df62c85160cf 100644 (file)
@@ -78,7 +78,7 @@ static void parse_scrolling_args (const char *,
 /***************************************
 ** DEFINITIONS
 ***************************************/
-#define WIN_HEIGHT_USAGE    "Usage: winheight WINDOW-NAME> [+ | -] NUM-LINES>\n"
+#define WIN_HEIGHT_USAGE    "Usage: winheight WINDOW-NAME [+ | -] NUM-LINES\n"
 #define FOCUS_USAGE         "Usage: focus [WINDOW-NAME | next | prev]\n"
 
 /***************************************
This page took 0.031817 seconds and 4 git commands to generate.