diff --git a/sheets/curl b/sheets/curl index 9de0f5e..16ad320 100644 --- a/sheets/curl +++ b/sheets/curl @@ -1,7 +1,7 @@ # curl # Command-line tool for transferring data with URL syntax -# Download a single file. +# Process a single GET request, and show its output on stdout. curl http://path.to.the/file # Download a file and specify a new filename.