Update help strings in TUI
authorTom Tromey <tom@tromey.com>
Mon, 30 Apr 2018 14:37:24 +0000 (08:37 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 24 May 2018 18:29:21 +0000 (12:29 -0600)
commitbf212be198a7dd7700e08862f241ed85f88408e3
tree979ad5076a088f421db1da8f9f2daa84630b84b1
parent99806209a4f89fc76d338982239ab8c214df4b4d
Update help strings in TUI

This updates some help strings in the TUI to more closely follow GNU
standards.  In this case I chose to reuse some existing "usage" macros
in the help text.  Also, I found that XDBWIN_HEIGHT_USAGE is unused,
so I removed it.

ChangeLog
2018-04-29  Tom Tromey  <tom@tromey.com>

* tui/tui-layout.c (_initialize_tui_layout): Update help text.
* tui/tui-win.c (WIN_HEIGHT_USAGE, FOCUS_USAGE): Update
(XDBWIN_HEIGHT_USAGE): Remove.
(_initialize_tui_win): Use macros.  Update help text.
gdb/tui/tui-layout.c
gdb/tui/tui-win.c