From e9d75c2bec372493f45a944a64228746dbc2f8e5 Mon Sep 17 00:00:00 2001 From: Reinhart Previano Koentjoro Date: Sun, 16 Oct 2022 14:31:54 +0700 Subject: [PATCH] windows/curl,windows/wget: fix tldr client param inconsistencies (#8297) --- pages/windows/curl.md | 4 ++++ pages/windows/wget.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/pages/windows/curl.md b/pages/windows/curl.md index 43b14461d..6742bdebd 100644 --- a/pages/windows/curl.md +++ b/pages/windows/curl.md @@ -10,6 +10,10 @@ `tldr curl -p common` +- View documentation for the original `curl` command in older versions of `tldr` command-line client: + +`tldr curl -o common` + - View documentation for PowerShell's `Invoke-WebRequest` command: `tldr invoke-webrequest` diff --git a/pages/windows/wget.md b/pages/windows/wget.md index 3dd8b0367..e01249221 100644 --- a/pages/windows/wget.md +++ b/pages/windows/wget.md @@ -10,6 +10,10 @@ `tldr wget -p common` +- View documentation for the original `wget` command in older versions of `tldr` command-line client: + +`tldr wget -o common` + - View documentation for PowerShell's `Invoke-WebRequest` command: `tldr invoke-webrequest`