From 0ad2c98ce6c31d55c94ea790345e921f1ca78271 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 9 Aug 2024 15:54:27 +0200 Subject: [PATCH] README: add a missing dash to the --dry-run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a655b9c..b3f1391 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ should be using curl directly if your use case is not covered. * **--curl-options, curl-options=<CURL\_OPTIONS>**... Specify extra options to be passed when invoking curl. May be specified more than once. -* **-dry-run** +* **--dry-run** Don't actually execute curl, just print what would be invoked. * **-V, --version**