gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 133/173: curl: fix typo in time condition warning m


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 133/173: curl: fix typo in time condition warning message
Date: Fri, 24 Feb 2017 14:02:35 +0100

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

ng0 pushed a commit to annotated tag gnurl-7.53.1
in repository gnurl.

commit 690935390c29cb97c8240463f49e22b7f3db77fb
Author: Nick Draffen <address@hidden>
AuthorDate: Tue Feb 14 22:20:51 2017 +0100

    curl: fix typo in time condition warning message
    
    The warning message had a typo. The argument long form is --time-cond
    not --timecond
    
    Closes #1263
---
 src/tool_getparam.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tool_getparam.c b/src/tool_getparam.c
index 2777a0a2e..686b01d7e 100644
--- a/src/tool_getparam.c
+++ b/src/tool_getparam.c
@@ -1987,7 +1987,7 @@ ParameterError getparameter(char *flag,    /* f or 
-long-flag */
           /* failed, remove time condition */
           config->timecond = CURL_TIMECOND_NONE;
           warnf(global,
-                "Illegal date format for -z, --timecond (and not "
+                "Illegal date format for -z, --time-cond (and not "
                 "a file name). Disabling time condition. "
                 "See curl_getdate(3) for valid date syntax.\n");
         }

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



reply via email to

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