Skip to content

Commit

Permalink
get-arch: fix help grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton authored Oct 28, 2024
1 parent ebadf64 commit 66229f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/get-arch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66229f1

Please sign in to comment.