aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2021-03-17 10:32:31 +0200
committerIgor Pashev <pashev.igor@gmail.com>2021-03-17 10:40:53 +0200
commitc124edcc09b21d2409a9857f306f10e9d15e2302 (patch)
treeb42658e70336dffafd1d39316c443f73aa800616 /README.md
parent75a8232c86f6bc41df0dc93321543f10629525d5 (diff)
downloadjuandelacosa-c124edcc09b21d2409a9857f306f10e9d15e2302.tar.gz
Version 0.1.20.1.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 13 insertions, 13 deletions
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: <cabal data dir>]
-
- -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)