We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d8190 commit 1934e55Copy full SHA for 1934e55
cmd/tk/util.go
@@ -16,7 +16,7 @@ func pageln(i ...interface{}) error {
16
17
// fPageln invokes the systems pager with the supplied data.
18
// If the PAGER environment variable is empty, no pager is used.
19
-// If the PAGER environment variable is unset, use less with posix flags.
+// If the PAGER environment variable is unset, use GNU less with convenience flags.
20
func fPageln(r io.Reader) error {
21
pager, ok := os.LookupEnv("PAGER")
22
if !ok {
0 commit comments