mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:07:44 +00:00
Meta/ShellCompletions: Use standard Serenity comment style
This commit is contained in:
parent
e01941b41c
commit
79e76ae64c
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ _serenity() {
|
||||||
targets)
|
targets)
|
||||||
case "$command" in
|
case "$command" in
|
||||||
install|image|copy-src|kaddr2line|rebuild-toolchain|rebuild-world)
|
install|image|copy-src|kaddr2line|rebuild-toolchain|rebuild-world)
|
||||||
# lagom target is not supported for these, remove from targets
|
# Lagom target is not supported for these, remove from targets.
|
||||||
targets[$targets[(i)lagom]]=()
|
targets[$targets[(i)lagom]]=()
|
||||||
;;
|
;;
|
||||||
help)
|
help)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue