From eaae96dd7ca2b7b4d9c363a007653489079b8558 Mon Sep 17 00:00:00 2001 From: Samuel Henrique Date: Sat, 14 Dec 2024 10:42:53 +0000 Subject: [PATCH] Fix punctuation in list of features --- README.md | 4 ++-- wcurl.1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 08e327c..ebc610c 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,8 @@ should be using curl directly if your use case is not covered. * Avoid overwriting files if the installed curl's version is >= 7.83.0 (`--no-clobber`); * Perform retries; * Set the downloaded file timestamp to the value provided by the server, if available; - * Disable **curl**'s URL globbing parser so `{}` and `[]` characters in URLs are not treated specially. - * Percent-decode the resulting filename. + * Disable **curl**'s URL globbing parser so `{}` and `[]` characters in URLs are not treated specially; + * Percent-decode the resulting filename; * Use "index.html" as default filename if there's none in the URL. # Options diff --git a/wcurl.1 b/wcurl.1 index 130482a..c774e66 100644 --- a/wcurl.1 +++ b/wcurl.1 @@ -63,9 +63,9 @@ By default, \fBwcurl\fR will: .br \[bu] Default to the protocol used as https if the URL doesn't contain any; .br -\[bu] Disable \fBcurl\fR's URL globbing parser so \fB{}\fR and \fB[]\fR characters in URLs are not treated specially. +\[bu] Disable \fBcurl\fR's URL globbing parser so \fB{}\fR and \fB[]\fR characters in URLs are not treated specially; .br -\[bu] Percent-decode the resulting filename. +\[bu] Percent-decode the resulting filename; .br \[bu] Use "index.html" as default filename if there's none in the URL. .SH OPTIONS