summaryrefslogtreecommitdiff
path: root/Meta/ShellCompletions/zsh/_serenity
diff options
context:
space:
mode:
authorkleines Filmröllchen <filmroellchen@serenityos.org>2023-05-10 23:04:32 +0200
committerJelle Raaijmakers <jelle@gmta.nl>2023-05-17 12:55:15 +0200
commit79e76ae64c0aad68829952b1e5ff386d5aeab147 (patch)
treef578799376577352ba2f21e6790ecb7b6ebb2fd6 /Meta/ShellCompletions/zsh/_serenity
parente01941b41c8cc98448f8fad9a08ca131d6ad9f7c (diff)
downloadserenity-79e76ae64c0aad68829952b1e5ff386d5aeab147.zip
Meta/ShellCompletions: Use standard Serenity comment style
Diffstat (limited to 'Meta/ShellCompletions/zsh/_serenity')
-rw-r--r--Meta/ShellCompletions/zsh/_serenity2
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)