diff options
author | jcole@mugatu.spaceapes.com <> | 2002-09-14 11:12:02 -0500 |
---|---|---|
committer | jcole@mugatu.spaceapes.com <> | 2002-09-14 11:12:02 -0500 |
commit | 1f1603ab4a4dac85ccb0dab2216fb559b65625ba (patch) | |
tree | cca70d480f3b9d7fdc962fffd73e996ba4fa3339 /client | |
parent | 65297c9c510dc512a3db987a3cfc47ca12d255b2 (diff) | |
download | mariadb-git-1f1603ab4a4dac85ccb0dab2216fb559b65625ba.tar.gz |
mysqlbinlog.cc:
fixed typo
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqlbinlog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index 58b49a748ec..2ef7a7ba622 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -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); |