mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Meta/ShellCompletions: Mention $SERENITY_ARCH in target completions
This commit is contained in:
parent
418f1f82e7
commit
97c95eca88
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ _serenity() {
|
||||||
|
|
||||||
local targets
|
local targets
|
||||||
targets=(
|
targets=(
|
||||||
'x86_64:Target x86_64 (default)'
|
'x86_64:Target x86_64 or $SERENITY_ARCH (default)'
|
||||||
'aarch64:Target aarch64'
|
'aarch64:Target aarch64'
|
||||||
'lagom:Target host machine'
|
'lagom:Target host machine'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue