From 32f4e4fcf0d4413bae016a08a782bdb6963814ec 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 a7275d2..64c266e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,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**