From a29c0aebe52e1fccdff7c072e527e11319897ed2 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 9 Jun 2016 02:06:31 +0800 Subject: Updated README --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 67eb6fb..e9d7fda 100644 --- a/README.md +++ b/README.md @@ -32,18 +32,10 @@ Type `juandelacosa --help` to see usage summary: -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 -Example: - - $ juandelacosa -p 8080 - $ curl http://localhost:8080 -H 'From: jack.frost@example.com' - Tiw7CdJOmYxJBZ7J - -The above request will change the password for 'jack.frost@example.com'@'%' -and return the new password to user. Once it's behind Sproxy -any user can get a new password in a secure way. - -- cgit v1.2.3