summaryrefslogtreecommitdiff
path: root/motd/motd.go
diff options
context:
space:
mode:
Diffstat (limited to 'motd/motd.go')
-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",