mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
--protocols now supports TFTP
This commit is contained in:
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user