From c124edcc09b21d2409a9857f306f10e9d15e2302 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 17 Mar 2021 10:32:31 +0200 Subject: Version 0.1.2 --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c369f9b..3dde9c1 100644 --- a/README.md +++ b/README.md @@ -25,19 +25,19 @@ Usage ===== Type `juandelacosa --help` to see usage summary: - Usage: - juandelacosa [options] + Usage: juandelacosa [-f|--file FILE] [-g|--group STRING] [-d|--datadir DIR] + [(-p|--port INT) | (-s|--socket PATH)] - Options: - -f, --file=MYCNF Read this MySQL client config file - -g, --group=GROUP Read this options group in the above file [default: client] - - -d, --datadir=DIR Data directory including static files [default: ] - - -s, --socket=SOCK Listen on this UNIX-socket [default: /tmp/juandelacosa.sock] - -p, --port=PORT Instead of UNIX-socket, listen on this TCP port (localhost) - - -h, --help Show this message + Available options: + -f,--file FILE Read this MySQL client config file + -g,--group STRING Read this options group in the above file + (default: "client") + -d,--datadir DIR Data directory including static files + (default: "...") + -p,--port INT listen on this TCP port (localhost only) + -s,--socket PATH Listen on this UNIX-socket + (default: "/tmp/juandelacosa.sock") + -h,--help Show this help text Database Privileges @@ -53,6 +53,6 @@ GRANT SELECT ON `mysql`.`user` TO 'juandelacosa'@'localhost'; Screenshots =========== ![Reset Password](./screenshots/resetpassword.png) -![Password Chnaged](./screenshots/passwordchanged.png) +![Password Changed](./screenshots/passwordchanged.png) ![No Account](./screenshots/noaccout.png) -- cgit v1.2.3