diff options
author | monty@hundin.mysql.fi <> | 2002-02-11 13:48:59 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-02-11 13:48:59 +0200 |
commit | 4abd402b87def3f292f77b4091493675d9a37589 (patch) | |
tree | ada172b5dc5dccd546e301548aac618812e19814 /sql/mysqld.cc | |
parent | 28670e4757fd33f8dead2902154e486cfc67fd27 (diff) | |
parent | 1efcc3e35ea8323f592b7b752f0822293650eeb1 (diff) | |
download | mariadb-git-4abd402b87def3f292f77b4091493675d9a37589.tar.gz |
merge with 3.23.48
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r-- | sql/mysqld.cc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index d30d285d0b8..d1d3d6072d6 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -3309,10 +3309,11 @@ static void use_help(void) static void usage(void) { print_version(); - puts("Copyright (C) 2000 MySQL AB & MySQL Finland AB, by Monty and others"); - puts("This software comes with ABSOLUTELY NO WARRANTY. This is free software,"); - puts("and you are welcome to modify and redistribute it under the GPL license\n"); - puts("Starts the MySQL server\n"); + puts("\ +Copyright (C) 2000 MySQL AB, by Monty and others\n\ +This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n\ +and you are welcome to modify and redistribute it under the GPL license\n\ +Starts the MySQL server\n"); printf("Usage: %s [OPTIONS]\n", my_progname); puts("\n\ |