arch: fix command placeholder syntax in examples (#22237)

This commit is contained in:
Byoung Hoon, Yoon
2026-04-28 20:52:28 +09:00
committed by GitHub
parent e7a89adf31
commit b7ebbdb19e
+3 -3
View File
@@ -10,8 +10,8 @@
- Run a command using x86_64:
`arch -x86_64 "{{command}}"`
`arch -x86_64 {{command}} {{argument1 argument2 ...}}`
- Run a command using arm:
- Run a command using ARM:
`arch -arm64 "{{command}}"`
`arch -arm64 {{command}} {{argument1 argument2 ...}}`