*: 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:

View File

@@ -6,7 +6,7 @@
- Kompiliere eine Quelldatei in eine ausführbare Binärdatei:
`g++ {{quelldatei.cpp}} -o {{output_datei}`
`g++ {{quelldatei.cpp}} -o {{output_datei}}`
- Zeige (fast) alle Fehler und Warnungen an:

View File

@@ -17,4 +17,4 @@
- Gib den Inhalt einer Datei in 24-bit (truecolor) Regenbogenfarben in der Konsole aus:
`lolcat -t {{pfad/zu/datei}`
`lolcat -t {{pfad/zu/datei}}`

View File

@@ -5,7 +5,7 @@
- Erstelle einer Desktop-Anwendung für eine Website:
`nativefier {{url}}}`
`nativefier {{url}}`
- Erstelle eine Desktop-Anwendung mit einem benutzerdefinierten Namen: