gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 40/163: curl.1: Fix cmdline-opts reference errors.


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 40/163: curl.1: Fix cmdline-opts reference errors.
Date: Sun, 05 Aug 2018 12:36:06 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 7c189c66080664f48758a938d852e5d0471c3621
Author: Frank Gevaerts <address@hidden>
AuthorDate: Mon May 28 14:17:51 2018 +0200

    curl.1: Fix cmdline-opts reference errors.
    
    --data, --form, and --ntlm were declared to be mutually exclusive with
    non-existing options. --data and --form referred to --upload (which is
    short for --upload-file and therefore did work, so this one was merely
    a bit confusing), --ntlm referred to --negotiated instead of --negotiate.
    
    Closes #2612
---
 docs/cmdline-opts/data.d | 2 +-
 docs/cmdline-opts/form.d | 2 +-
 docs/cmdline-opts/ntlm.d | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/cmdline-opts/data.d b/docs/cmdline-opts/data.d
index 157285840..7d499665e 100644
--- a/docs/cmdline-opts/data.d
+++ b/docs/cmdline-opts/data.d
@@ -4,7 +4,7 @@ Arg: <data>
 Help: HTTP POST data
 Protocols: HTTP
 See-also: data-binary data-urlencode data-raw
-Mutexed: form head upload
+Mutexed: form head upload-file
 ---
 Sends the specified data in a POST request to the HTTP server, in the same way
 that a browser does when a user has filled in an HTML form and presses the
diff --git a/docs/cmdline-opts/form.d b/docs/cmdline-opts/form.d
index 8d04d4193..0bbc3701f 100644
--- a/docs/cmdline-opts/form.d
+++ b/docs/cmdline-opts/form.d
@@ -3,7 +3,7 @@ Short: F
 Arg: <name=content>
 Help: Specify multipart MIME data
 Protocols: HTTP SMTP IMAP
-Mutexed: data head upload
+Mutexed: data head upload-file
 ---
 For HTTP protocol family, this lets curl emulate a filled-in form in which a
 user has pressed the submit button. This causes curl to POST data using the
diff --git a/docs/cmdline-opts/ntlm.d b/docs/cmdline-opts/ntlm.d
index d71cd43fe..baaa1d534 100644
--- a/docs/cmdline-opts/ntlm.d
+++ b/docs/cmdline-opts/ntlm.d
@@ -1,6 +1,6 @@
 Long: ntlm
 Help: Use HTTP NTLM authentication
-Mutexed: basic negotiated digest anyauth
+Mutexed: basic negotiate digest anyauth
 See-also: proxy-ntlm
 Protocols: HTTP
 Requires: TLS

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]