Helptext spelling hotfix

This commit is contained in:
Shav Kinderlehrer 2023-04-20 00:51:09 -04:00
parent 83929dd8aa
commit bc06589fb3
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.11.0"
#define LAT_VERSION "0.11.1"
struct config {
bool stdin;

View File

@ -9,7 +9,7 @@
void help(void) {
printf("lat | lazy cat - a cat clone with some quality-of-life "
"embelishments\n\n");
"embellishments\n\n");
printf("%s\n\n", LAT_USAGE);
printf("options:\n"