diff options
author | unknown <jcole@tetra.spaceapes.com> | 2000-08-30 05:08:33 -0500 |
---|---|---|
committer | unknown <jcole@tetra.spaceapes.com> | 2000-08-30 05:08:33 -0500 |
commit | f8e2c12f6f9915d76695ddd926c2daab4bfeb62e (patch) | |
tree | ddc15ca8cf3ee4ab163156796ac6ad69202abd79 /client | |
parent | 1f340779b08777e73876d5f790c304c8b959fb85 (diff) | |
download | mariadb-git-f8e2c12f6f9915d76695ddd926c2daab4bfeb62e.tar.gz |
Cleanups of manual.texi and mysql.cc.
Docs/manual.texi:
Various fixups.
client/mysql.cc:
Small change in usage info.
Diffstat (limited to 'client')
-rw-r--r-- | client/mysql.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/mysql.cc b/client/mysql.cc index 1353e0daeb8..788b9f39899 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -32,7 +32,7 @@ #include "errmsg.h" #include <my_dir.h> #ifndef __GNU_LIBRARY__ -#define __GNU_LIBRARY__ // Skipp warnings in getopt.h +#define __GNU_LIBRARY__ // Skip warnings in getopt.h #endif #include <getopt.h> #include "my_readline.h" @@ -427,8 +427,6 @@ static void usage(int version) -D, --database=.. Database to use.\n\ --default-character-set=...\n\ Set the default character set.\n\ - -G, --enable-named-commands\n\ - Named commands are enabled. Opposite to -g.\n\ -e, --execute=... Execute command and quit. (Output like with --batch)\n\ -E, --vertical Print the output of a query (rows) vertically.\n\ -f, --force Continue even if we get an sql error.\n\ @@ -439,6 +437,8 @@ static void usage(int version) client now starts with this option ENABLED by\n\ default! Disable with '-G'. Long format commands\n\ still work from the first line.\n\ + -G, --enable-named-commands\n\ + Named commands are enabled. Opposite to -g.\n\ -i, --ignore-space Ignore space after function names.\n\ -h, --host=... Connect to host.\n\ -H, --html Produce HTML output.\n\ |