mirror of
https://github.com/curl/curl.git
synced 2025-09-19 18:42:42 +03:00
--protocols now supports TFTP
This commit is contained in:
parent
e369270f88
commit
e55f502e2f
|
@ -116,6 +116,9 @@ while test $# -gt 0; do
|
|||
if test "@CURL_DISABLE_DICT@" != "1"; then
|
||||
echo "DICT"
|
||||
fi
|
||||
if test "@CURL_DISABLE_TFTP@" != "1"; then
|
||||
echo "TFTP"
|
||||
fi
|
||||
;;
|
||||
--version)
|
||||
echo libcurl @VERSION@
|
||||
|
|
Loading…
Reference in New Issue
Block a user