From 57dbb3afed804c8e0c350563339f5f3de2ded910 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 3 Sep 2018 15:41:24 -0600 Subject: Small fix for "winheight" usage 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 * tui/tui-win.c (WIN_HEIGHT_USAGE): Remove extra ">"s. --- gdb/tui/tui-win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/tui') diff --git a/gdb/tui/tui-win.c b/gdb/tui/tui-win.c index c42d7f0..225c6e9 100644 --- a/gdb/tui/tui-win.c +++ b/gdb/tui/tui-win.c @@ -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" /*************************************** -- cgit v1.1