diff --git a/commands/get-arch b/commands/get-arch index a7a2f4d5a..2899fad22 100755 --- a/commands/get-arch +++ b/commands/get-arch @@ -68,7 +68,7 @@ function get_arch() ( get-arch OUTPUTS: - [a64] for ARM 64 bit, including Raspberry Pi and Apple Silicon, and Apple Silicon via $(echo-style --code='arch -x86_64 ...') + [a64] for ARM 64 bit, including Raspberry Pi, Apple Silicon, and Apple Silicon via $(echo-style --code='arch -x86_64 ...') [x64] for AMD/Intel 64 bit, aka x86_64 [x32] for AMD/Intel 32 bit, aka x86 [a32] for ARM 32 bit, including Raspberry Pi 1, 2, 3