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`