Skip to content

Commit 6da0d4d

Browse files
committed
Fix misleading cache wording in help summary
Change "auto-invalidates on update" to "refreshes when 'git gtr init' runs" to match the accurate description in `git gtr help init`.
1 parent 2f9ec29 commit 6da0d4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/help.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ SETUP & MAINTENANCE:
570570
init <shell> [--as <name>]
571571
Generate shell integration for cd support (bash, zsh, fish)
572572
--as <name>: custom function name (default: gtr)
573-
Output is cached for fast startup (auto-invalidates on update)
573+
Output is cached for fast startup (refreshes when 'git gtr init' runs)
574574
See git gtr help init for recommended setup
575575
With fzf: 'gtr cd' opens a command palette (preview, editor, AI, delete)
576576

0 commit comments

Comments
 (0)