summaryrefslogtreecommitdiff
path: root/motd
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-02 19:31:48 +0200
committerewy <ewy0@protonmail.com>2026-05-02 19:31:48 +0200
commitb84ea05c63294cd2c3c5a9329c55e5ed5617d2f7 (patch)
treee1342e478a7298e51c6aecf63a492602bcccedf0 /motd
parent45847dc53ec51c090175d8621711250b60b28263 (diff)
be more cool about weird icons
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 a732695..2a53899 100644
--- a/motd/motd.go
+++ b/motd/motd.go
@@ -6,7 +6,7 @@ var Messages = []string{
"use the -a flag to invoke from anywhere",
"combine -a with -y to invoke from anywhere without confirming",
"`--env dev` will include .env, .env.dev, .env-dev, and dev.env",
- "pik will start in a viewport if the terminal is too thin",
+ "pik will start in a viewport if the terminal is too short",
"instead of .pik you can use .tasks, or .bin, or any of these with _",
"include .pre. in a pik target filename to make it run as a prerequisite for other targets",
"a pik target filename with .post. will make it run after another targets completes successfully",