summaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-29 00:56:31 +0200
committerewy <ewy0@protonmail.com>2026-04-29 00:56:31 +0200
commit19f68366eb4a2c01f801b29585fd0a36bdf47488 (patch)
treea235cdda9a362f653a421952ed0fd440f33889c4 /flags
parent630d77e1962b43ee95e88a664f5e8b8993213060 (diff)
add more messages
Diffstat (limited to 'flags')
-rw-r--r--flags/flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/flags.go b/flags/flags.go
index 9fb8d44..e74017d 100644
--- a/flags/flags.go
+++ b/flags/flags.go
@@ -24,5 +24,5 @@ var (
// List means we should output available targets separated by $IFS
List = pflag.BoolP("list", "l", false, "list available targets and exit")
// Inline means pik does not go to the terminal alt screen
- Inline = pflag.BoolP("inline", "i", false, "do not use terminal alt screen")
+ Inline = pflag.BoolP("inline", "i", false, "if true, will force alt screen; if forced false, will disable alt screen")
)