From 19f68366eb4a2c01f801b29585fd0a36bdf47488 Mon Sep 17 00:00:00 2001 From: ewy Date: Wed, 29 Apr 2026 00:56:31 +0200 Subject: add more messages --- flags/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flags/flags.go') 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") ) -- cgit v1.3.1