diff options
author | unknown <jani@rhols221.adsl.netsonic.fi> | 2002-05-29 00:34:25 +0300 |
---|---|---|
committer | unknown <jani@rhols221.adsl.netsonic.fi> | 2002-05-29 00:34:25 +0300 |
commit | 1b2f82ecd84595f391d99c633376f32c15b85082 (patch) | |
tree | 83c0fefd1c209de5c1ae866bd42ff85707e8512e /client/mysqlmanager-pwgen.c | |
parent | 9e279bde1289dfb30ef813839898434dcf64cc6a (diff) | |
download | mariadb-git-1b2f82ecd84595f391d99c633376f32c15b85082.tar.gz |
Fixed a bug in mysqlmanager-pwgen.
Diffstat (limited to 'client/mysqlmanager-pwgen.c')
-rw-r--r-- | client/mysqlmanager-pwgen.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/client/mysqlmanager-pwgen.c b/client/mysqlmanager-pwgen.c index fef5cdf6661..cd308a53d46 100644 --- a/client/mysqlmanager-pwgen.c +++ b/client/mysqlmanager-pwgen.c @@ -14,7 +14,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define MANAGER_PWGEN_VERSION "1.2" +#define MANAGER_PWGEN_VERSION "1.3" #include <my_global.h> #include <m_ctype.h> @@ -86,9 +86,6 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)), case 'V': print_version(); exit(0); - default: - usage(); - exit(1); } return 0; } |