Skip to content

Commit 6224666

Browse files
iangilfillansvoj
authored andcommitted
mysql_uprade --help and man page fixes
1 parent d8ccc61 commit 6224666

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

client/mysql_upgrade.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ static struct my_option my_long_options[]=
164164
"server with which it was built/distributed.",
165165
&opt_version_check, &opt_version_check, 0,
166166
GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0},
167-
{"write-binlog", OPT_WRITE_BINLOG, "All commands including those, "
168-
"issued by mysqlcheck, are written to the binary log.",
167+
{"write-binlog", OPT_WRITE_BINLOG, "All commands including those "
168+
"issued by mysqlcheck are written to the binary log.",
169169
&opt_write_binlog, &opt_write_binlog, 0, GET_BOOL, NO_ARG,
170170
0, 0, 0, 0, 0, 0},
171171
{0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}

man/mysql_upgrade.1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,8 +691,7 @@ it was built/distributed. Defaults to on; use \fB\-\-skip\-version\-check\fR to
691691
.sp
692692
Cause binary logging to be enabled while
693693
\fBmysql_upgrade\fR
694-
runs\&. This is the default behavior; to disable binary logging during the upgrade, use the inverse of this option (that is, start the program with
695-
\fB\-\-skip\-write\-binlog\fR)\&.
694+
runs\&.
696695
.RE
697696
.SH "COPYRIGHT"
698697
.br

0 commit comments

Comments
 (0)