Backseat -e

Will do later if determined to be worth it
This commit is contained in:
Shav Kinderlehrer 2023-05-18 10:02:21 -04:00
parent ecd9879655
commit 1577a74d58
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#define ARG_H
#include <stdbool.h>
#define LAT_VERSION "0.12.3"
#define LAT_VERSION "0.12.4"
struct config {
bool isstdin;

View File

@ -26,7 +26,7 @@ void help(void) {
"stdout (or equivalent)\n"
"\t-p print file with the 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"