diff options
author | Nick Clifton <nickc@redhat.com> | 2022-09-29 13:12:37 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-09-29 13:12:37 +0100 |
commit | 55b0ce4403e29e5c5295bc26024281c62e10ca3c (patch) | |
tree | 8821880dd72355d2139c94bb99ca1e869381c9fe /gprof/gprof.c | |
parent | 1557c9ff815245ae6864f232c4409607635a98d7 (diff) | |
download | gdb-55b0ce4403e29e5c5295bc26024281c62e10ca3c.zip gdb-55b0ce4403e29e5c5295bc26024281c62e10ca3c.tar.gz gdb-55b0ce4403e29e5c5295bc26024281c62e10ca3c.tar.bz2 |
Add -B to the help output from gprof, and add suitable documentation.
PR 29627
* gprof.c (usage): Add -B.
* gprof.texi (synopsis): Add -B.
(Output Options): Add entry for -B.
Diffstat (limited to 'gprof/gprof.c')
-rw-r--r-- | gprof/gprof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/gprof.c b/gprof/gprof.c index 6ed88ff..9392575 100644 --- a/gprof/gprof.c +++ b/gprof/gprof.c @@ -160,7 +160,7 @@ static void usage (FILE *stream, int status) { fprintf (stream, _("\ -Usage: %s [-[abcDhilLrsTvwxyz]] [-[ACeEfFJnNOpPqQRStZ][name]] [-I dirs]\n\ +Usage: %s [-[abcDhilLrsTvwxyz]] [-[ABCeEfFJnNOpPqQRStZ][name]] [-I dirs]\n\ [-d[num]] [-k from/to] [-m min-count] [-t table-length]\n\ [--[no-]annotated-source[=name]] [--[no-]exec-counts[=name]]\n\ [--[no-]flat-profile[=name]] [--[no-]graph[=name]]\n\ |