From 0b61790ec75ea43b2266ea22f643f89731165b1f Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Wed, 1 May 2024 01:00:19 +0100 Subject: [PATCH] update comment at the top of the file to be more descriptive --- autocomplete/zsh_autocomplete | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/autocomplete/zsh_autocomplete b/autocomplete/zsh_autocomplete index b2ee002657..109d382d34 100644 --- a/autocomplete/zsh_autocomplete +++ b/autocomplete/zsh_autocomplete @@ -1,8 +1,9 @@ #compdef program compdef _program program -# Replace "program" with the actual name of your CLI program. Let's say your CLI -# program is called "acme", then replace like so: +# Replace all occurences of "program" in this file with the actual name of your +# CLI program. We recommend using Find+Replace feature of your editor. Let's say +# your CLI program is called "acme", then replace like so: # * program => acme # * _program => _acme