diff options
Diffstat (limited to 'flags/flags.go')
| -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") ) |
