From 3c79257969ff4726a0aafbeec44c48fe4a71569c Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Thu, 12 Nov 2020 11:04:04 +0100 Subject: [PATCH] Update simple curl call description --- sheets/curl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.