diff options
author | sasha@mysql.sashanet.com <> | 2001-12-12 18:55:33 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-12-12 18:55:33 -0700 |
commit | f7acf09d9c70afeaf36172e993b5c468f8190182 (patch) | |
tree | 7eaf5681e41349d3135b099f195338bc5e4b85c9 /extra/resolve_stack_dump.c | |
parent | ab550295e90dcc24db87ba6f1580c46f8ab2d648 (diff) | |
download | mariadb-git-f7acf09d9c70afeaf36172e993b5c468f8190182.tar.gz |
slave-skip-errors
added extra/mysql_install.c - will work on it in 4.0, but it does not hurt
to have it sit in 3.23 tree for now since it will eventually be backported
to 3.23 anyway
Diffstat (limited to 'extra/resolve_stack_dump.c')
-rw-r--r-- | extra/resolve_stack_dump.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/resolve_stack_dump.c b/extra/resolve_stack_dump.c index bda23a41efd..fbb5ad5e378 100644 --- a/extra/resolve_stack_dump.c +++ b/extra/resolve_stack_dump.c @@ -75,7 +75,8 @@ static void usage() printf("Usage: %s [OPTIONS] symbols-file [numeric-dump-file]\n", my_progname); printf("\n\ -?, --help Display this help and exit.\n\ - -h, --host=... Connect to host.\n\ + -s, --symbols-file=... Use specified symbols file.\n\ + -n, --numeric-dump-file=... Read the dump from specified file.\n\ -V, --version Output version information and exit.\n"); printf("\n\ The symbols-file should include the output from: 'nm --numeric-sort mysqld'.\n\ |