summaryrefslogtreecommitdiff
path: root/motd
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-29 22:38:42 +0200
committerewy <ewy0@protonmail.com>2026-04-29 22:38:42 +0200
commit7a116ec86693d07725be6b0233f0c0bab6e65d9d (patch)
treea41f68be3dde8be91779bd6bdc2ce10966374d6f /motd
parent984f85dd590af6f54a9e245484d38dfd31bf81c8 (diff)
make motd shorter
Diffstat (limited to 'motd')
-rw-r--r--motd/motd.go2
1 files changed, 1 insertions, 1 deletions
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",