From 7a116ec86693d07725be6b0233f0c0bab6e65d9d Mon Sep 17 00:00:00 2001 From: ewy Date: Wed, 29 Apr 2026 22:38:42 +0200 Subject: make motd shorter --- motd/motd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motd/motd.go b/motd/motd.go index 10eacd2..a732695 100644 --- a/motd/motd.go +++ b/motd/motd.go @@ -18,7 +18,7 @@ var Messages = []string{ "the target's first line will be used as description, if it is a comment", "create the .pik/.alias file to add additional names to the project for pik", "put some utf-8 in .pik/.icon to add an icon to your pik-enabled project", - "create a target with the same base name but containing .override. to prefer it over the other during invocations", + "copy and include .override. to prefer it over the other during invocations", "pik crawls both the regular and symlink evaluated locations, if they are different", "unsure about what you're doing? use --dry to check what you're running", "use --edit to open a target in your $EDITOR", -- cgit v1.3.1