X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftool_helpers.c;h=b3a9516a8014ae8f681fb48c8e4aa9529bc006f3;hb=cfd75dcdb18d0a4291f48020211c65507a97d9eb;hp=b5a619b91e7277dae79a380e1ebb44eafd385783;hpb=24b9957402f17c422eeeb3386bf049feeb342e78;p=platform%2Fupstream%2Fcurl.git diff --git a/src/tool_helpers.c b/src/tool_helpers.c index b5a619b..b3a9516 100644 --- a/src/tool_helpers.c +++ b/src/tool_helpers.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2016, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2017, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -62,6 +62,10 @@ const char *param2text(int res) return "a specified protocol is unsupported by libcurl"; case PARAM_NO_MEM: return "out of memory"; + case PARAM_NO_PREFIX: + return "the given option can't be reversed with a --no- prefix"; + case PARAM_NUMBER_TOO_LARGE: + return "too large number"; default: return "unknown error"; }