From 0ff61548cbc2f5cdcbf87fe9e568db9dfc123095 Mon Sep 17 00:00:00 2001 From: Samuel Henrique Date: Sat, 11 Mar 2023 19:51:13 +0000 Subject: CD/faq/index: Fix small issue with previous commit --- english/CD/faq/index.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'english/CD') diff --git a/english/CD/faq/index.wml b/english/CD/faq/index.wml index 7bd94a66ece..220be9f6b6f 100644 --- a/english/CD/faq/index.wml +++ b/english/CD/faq/index.wml @@ -784,7 +784,7 @@ image to a USB flash drive:

Alternatively you can also use dd:

-

sudo dd if=<file> of=<device> bs=16M status=progress oflag=sync

+

sudo dd if=<file> of=<device> bs=16M status=progress oflag=sync

where: