about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorRodrigo Dias <roycocup@users.noreply.github.com>2023-02-02 17:10:09 +0000
committerGitHub <noreply@github.com>2023-02-02 17:10:09 +0000
commit297fbff23b347612a5f6002b40adba9dfad85413 (patch)
tree4e857f676755c4ce44776f20f938d5e56c1d5526 /README.md
parent37cbdfa0e7c9d00d450af32dc9cdaf93cbfc4576 (diff)
downloadyoutube-dl-297fbff23b347612a5f6002b40adba9dfad85413.tar.gz
youtube-dl-297fbff23b347612a5f6002b40adba9dfad85413.tar.xz
youtube-dl-297fbff23b347612a5f6002b40adba9dfad85413.zip
[doc] Fixed typo appearing to promise an example (#31489)
Resolves #31425 

Co-authored-by: dirkf <fieldhouse@gmx.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd888c731..6e07ddb1c 100644
--- a/README.md
+++ b/README.md
@@ -632,7 +632,7 @@ To use percent literals in an output template use `%%`. To output to stdout use
 
 The current default template is `%(title)s-%(id)s.%(ext)s`.
 
-In some cases, you don't want special characters such as 中, spaces, or &, such as when transferring the downloaded filename to a Windows system or the filename through an 8bit-unsafe channel. In these cases, add the `--restrict-filenames` flag to get a shorter title:
+In some cases, you don't want special characters such as 中, spaces, or &, such as when transferring the downloaded filename to a Windows system or the filename through an 8bit-unsafe channel. In these cases, add the `--restrict-filenames` flag to get a shorter title.
 
 #### Output template and Windows batch files