Skip to content

Commit

Permalink
src/tool_paramhlp: add gophers to --proto support
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jun 12, 2022
1 parent ab4f652 commit 387521c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tool_paramhlp.c
Expand Up @@ -319,6 +319,7 @@ ParameterError proto2num(struct OperationConfig *config,
{ "smtps", CURLPROTO_SMTPS },
{ "rtsp", CURLPROTO_RTSP },
{ "gopher", CURLPROTO_GOPHER },
{ "gophers", CURLPROTO_GOPHERS },
{ "smb", CURLPROTO_SMB },
{ "smbs", CURLPROTO_SMBS },
{ NULL, 0 }
Expand Down

0 comments on commit 387521c

Please sign in to comment.