diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-17 23:58:23 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-18 00:00:40 -0400 |
commit | 0e1183a62cb98f52393961f7d40524f3754ec22e (patch) | |
tree | b0ae6b86ee7ca6dd980ee1322e14dc68212bdb88 /include | |
parent | 0247ecc2a1ddbf85cbd5f6912238a5753150341c (diff) | |
download | lat-0e1183a62cb98f52393961f7d40524f3754ec22e.tar.gz lat-0e1183a62cb98f52393961f7d40524f3754ec22e.zip |
Update help messagev0.9.2
- add usage
- add env
- add description
Diffstat (limited to 'include')
-rw-r--r-- | include/arg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arg.h b/include/arg.h index cd0a77a..138a44b 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,7 +2,7 @@ #define ARG_H #include <stdbool.h> -#define LAT_VERSION "0.9.1" +#define LAT_VERSION "0.9.2" struct config { bool stdin; |