From 1577a74d584bc8ea48aaea2adf137dda936247eb Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Thu, 18 May 2023 10:02:21 -0400 Subject: [PATCH] Backseat -e Will do later if determined to be worth it --- include/arg.h | 2 +- src/lib/arg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/arg.h b/include/arg.h index a5d63a6..944d002 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,7 +2,7 @@ #define ARG_H #include -#define LAT_VERSION "0.12.3" +#define LAT_VERSION "0.12.4" struct config { bool isstdin; diff --git a/src/lib/arg.c b/src/lib/arg.c index 191198d..993f7fa 100644 --- a/src/lib/arg.c +++ b/src/lib/arg.c @@ -26,7 +26,7 @@ void help(void) { "stdout (or equivalent)\n" "\t-p print file with the pager (uses less)\n" "\t-n manually set the name of the file shown in the title\n" - "\t-e NONFUNCTIONAL (will be added soon) link extension to lat\n" + // "\t-e 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"