diff options
author | Tom Tromey <tom@tromey.com> | 2018-04-30 08:37:28 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-05-24 12:29:22 -0600 |
commit | 02d016b71fd38648fad589c1557b83135b1dd552 (patch) | |
tree | 0abd39330c5ee5c3503ee254ca0b28d9e82522ad /gdb/tracepoint.c | |
parent | 7c9ee61b9f5fcad94fda11af1ab7469d78f17fbe (diff) | |
download | gdb-02d016b71fd38648fad589c1557b83135b1dd552.zip gdb-02d016b71fd38648fad589c1557b83135b1dd552.tar.gz gdb-02d016b71fd38648fad589c1557b83135b1dd552.tar.bz2 |
Update help text in tracepoint.c
This changes the help text of a couple of commands in tracepoint.c to
follow the GNU style.
ChangeLog
2018-04-29 Tom Tromey <tom@tromey.com>
* tracepoint.c (_initialize_tracepoint): Update help text.
testsuite/ChangeLog
2018-04-30 Tom Tromey <tom@tromey.com>
* gdb.trace/tfind.exp: Update help tests.
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 369f075..d99d663 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -4067,13 +4067,13 @@ De-select any trace frame and resume 'live' debugging."), add_com ("tstop", class_trace, tstop_command, _("\ Stop trace data collection.\n\ -Usage: tstop [ <notes> ... ]\n\ +Usage: tstop [NOTES]...\n\ Any arguments supplied are recorded with the trace as a stop reason and\n\ reported by tstatus (if the target supports trace notes).")); add_com ("tstart", class_trace, tstart_command, _("\ Start trace data collection.\n\ -Usage: tstart [ <notes> ... ]\n\ +Usage: tstart [NOTES]...\n\ Any arguments supplied are recorded with the trace as a note and\n\ reported by tstatus (if the target supports trace notes).")); |