summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnel Husakovic <anel@mariadb.org>2019-11-29 15:50:40 +0100
committerAnel Husakovic <anel@mariadb.org>2019-11-29 15:50:50 +0100
commit3cb60ec2c305f0b0ab9c3680eb787f8dcd78e57b (patch)
treed50fab05676645cbb63cc9718bb5998bcc316e51
parent866e5c250e27e32cd295d84988ffdf7ae64503b2 (diff)
downloadmariadb-git-3cb60ec2c305f0b0ab9c3680eb787f8dcd78e57b.tar.gz
Update `stracer` description in `mtr`. `strace-client` is not used
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 8b9d91935bf..6d32e97d6b4 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -6530,7 +6530,7 @@ Options for strace
client-strace Trace the "mysqltest".
strace-option=ARGS Option to give strace, appends to existing options.
stracer=<EXE> Specify name and path to the trace program to use.
- Example: $0 --strace-client=ktrace.
+ Default is "strace". Example: $0 --stracer=ktrace.
Misc options
user=USER User for connecting to mysqld(default: $opt_user)