diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-29 00:56:31 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-29 00:56:31 +0200 |
| commit | 19f68366eb4a2c01f801b29585fd0a36bdf47488 (patch) | |
| tree | a235cdda9a362f653a421952ed0fd440f33889c4 /flags | |
| parent | 630d77e1962b43ee95e88a664f5e8b8993213060 (diff) | |
add more messages
Diffstat (limited to 'flags')
| -rw-r--r-- | flags/flags.go | 2 |
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") ) |
