]> git.nbdom.net Git - nb.git/commitdiff
Help
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 9 Mar 2016 03:08:22 +0000 (03:08 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 9 Mar 2016 03:08:22 +0000 (03:08 +0000)
bin/dbq

diff --git a/bin/dbq b/bin/dbq
index f5ec83602f0af9bf3973b40952bc2bbbb069f0ba..23e79bd57cae18e6527316687728dd2f96f4b08d 100755 (executable)
--- a/bin/dbq
+++ b/bin/dbq
@@ -427,9 +427,15 @@ Curl / Php query wrapper
 
  Curl OPTIONS BETA:
 
- ption[cert-status!] Verify the status of the server certificate (SSL)
- ption[dump-header|D=s] FILE  Write the headers to FILE
- ption[get|G!] Send the -d data with a HTTP GET (H)
+  'compressed|z!' => 1, # Request compressed response (using deflate or gzip)
+  'dump-header|D=s' => undef, # FILE  Write the headers to FILE
+  'get|G!' => undef, # Send the -d data with a HTTP GET (H)
+  'silent|s!' => 1, # Silent mode (don't output anything)
+  'header|H=s' => \@H, # LINE   Pass custom header LINE to server (H)
+  'netrc|n!' => 1, # Must read .netrc for user name and password
+  'insecure|k!' => undef, # Allow connections to SSL sites without certs (H)
+  'user-agent|A=s' => undef, # STRING  User-Agent to send to server (H)
+  'user|u=s' => undef, # USER[:PASSWORD]  Server user and password
 
 =cut