diff options
author | Shav Kinderlehrer <[email protected]> | 2023-06-09 13:52:14 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-06-09 13:56:16 -0400 |
commit | 37a3db9e1dae8cc41f4bcff0533c3d79d61113cb (patch) | |
tree | 469246c489a386063b6dcab2b1a94ad2582ff7f8 /src/lib | |
parent | f386be73b3d80a705ca157a9e24bf668fb95678b (diff) | |
download | lat-0.13.0.tar.gz lat-0.13.0.zip |
Add auto-pagerv0.13.0
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/arg.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/arg.c b/src/lib/arg.c index 993f7fa..bb2928c 100644 --- a/src/lib/arg.c +++ b/src/lib/arg.c @@ -1,6 +1,7 @@ #include <stdio.h> #include <stdlib.h> #include <stdnoreturn.h> +#include <sys/ioctl.h> #include <unistd.h> #include "arg.h" @@ -24,9 +25,10 @@ void help(void) { "binary\n" "\t-r print everything (headers, line numbers, etc.) to " "stdout (or equivalent)\n" - "\t-p print file with the pager (uses less)\n" + "\t-p disable or enable pager (uses less)\n" "\t-n <name> manually set the name of the file shown in the title\n" - // "\t-e <program> NONFUNCTIONAL (will be added soon) link extension to lat\n" + // "\t-e <program> NONFUNCTIONAL (will be added soon) link extension + // to lat\n" "\t-V show program version\n" "\t-h display this help text\n\n"); printf("environment:\n" |