mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
Meta/ShellCompletions: Mention $SERENITY_ARCH in target completions
This commit is contained in:
parent
418f1f82e7
commit
97c95eca88
Notes:
sideshowbarker
2024-07-17 08:37:36 +09:00
Author: https://github.com/kleinesfilmroellchen
Commit: 97c95eca88
Pull-request: https://github.com/SerenityOS/serenity/pull/18763
Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ _serenity() {
|
|||
|
||||
local targets
|
||||
targets=(
|
||||
'x86_64:Target x86_64 (default)'
|
||||
'x86_64:Target x86_64 or $SERENITY_ARCH (default)'
|
||||
'aarch64:Target aarch64'
|
||||
'lagom:Target host machine'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue