*: clean up token syntax delimiters (#5677)

This commit is contained in:
bl-ue
2021-04-03 20:08:57 -04:00
committed by GitHub
parent 66f3c0dfce
commit 289787c7e8
20 changed files with 21 additions and 21 deletions

View File

@@ -5,7 +5,7 @@
- Erstelle ein bootbares USB-Laufwerk von einer isohybriden Datei (wie `archlinux-xxxx.iso`) und zeige den Fortschritt an:
`dd if={{pfad/zu/datei.iso}} of=/dev/{{usb_drive} status=progress`
`dd if={{pfad/zu/datei.iso}} of=/dev/{{usb_drive}} status=progress`
- Klone ein USB-Laufwerk in ein anderes in 4MiB Blöcken, ignoriere Fehler und zeige den Fortschritt an: