mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
mysqlbinlog.cc:
fixed typo client/mysqlbinlog.cc: fixed typo
This commit is contained in:
parent
0b5c1838bf
commit
63bdec30bf
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ This software comes with NO WARRANTY: This is free software,\n\
|
|||
and you are welcome to modify and redistribute it under the GPL license\n");
|
||||
|
||||
printf("\
|
||||
Dumps a MySQL binary log in a format usable for viewing or for pipeing to\n\
|
||||
Dumps a MySQL binary log in a format usable for viewing or for piping to\n\
|
||||
the mysql command line client\n\n");
|
||||
printf("Usage: %s [options] log-files\n", my_progname);
|
||||
my_print_help(my_long_options);
|
||||
|
|
Loading…
Reference in a new issue