Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Curl help improved
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgegarciamule committed Jul 26, 2018
1 parent 41a0b58 commit 7e6bce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<div class="helpBox" id="tracerouteHelp" style="display: none;">Set an IP Address or Hostname and hit Run</div>
<div class="helpBox" id="socketHelp" style="display: none;">Set an IP Address or Hostname, the Port and hit Run</div>
<div class="helpBox" id="dnsHelp" style="display: none;">Set a Hostname and hit Run</div>
<div class="helpBox" id="curlHelp" style="display: none;">Set an IP Address or Hostname, the Path, the Port and hit Run</div>
<div class="helpBox" id="curlHelp" style="display: none;">Set an IP Address or Schema (http-https://) plus Hostname, the Port, the Path and hit Run</div>
</div>
<pre id="output">
</pre>
Expand Down

0 comments on commit 7e6bce2

Please sign in to comment.