diff options
author | kleines Filmröllchen <filmroellchen@serenityos.org> | 2023-05-10 23:04:32 +0200 |
---|---|---|
committer | Jelle Raaijmakers <jelle@gmta.nl> | 2023-05-17 12:55:15 +0200 |
commit | 79e76ae64c0aad68829952b1e5ff386d5aeab147 (patch) | |
tree | f578799376577352ba2f21e6790ecb7b6ebb2fd6 /Meta/ShellCompletions/zsh/_serenity | |
parent | e01941b41c8cc98448f8fad9a08ca131d6ad9f7c (diff) | |
download | serenity-79e76ae64c0aad68829952b1e5ff386d5aeab147.zip |
Meta/ShellCompletions: Use standard Serenity comment style
Diffstat (limited to 'Meta/ShellCompletions/zsh/_serenity')
-rw-r--r-- | Meta/ShellCompletions/zsh/_serenity | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/ShellCompletions/zsh/_serenity b/Meta/ShellCompletions/zsh/_serenity index eaf39866a0..32a6c59154 100644 --- a/Meta/ShellCompletions/zsh/_serenity +++ b/Meta/ShellCompletions/zsh/_serenity @@ -79,7 +79,7 @@ _serenity() { targets) case "$command" in 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]]=() ;; help) |