Helptext spelling hotfix
This commit is contained in:
parent
83929dd8aa
commit
bc06589fb3
@ -2,7 +2,7 @@
|
|||||||
#define ARG_H
|
#define ARG_H
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define LAT_VERSION "0.11.0"
|
#define LAT_VERSION "0.11.1"
|
||||||
|
|
||||||
struct config {
|
struct config {
|
||||||
bool stdin;
|
bool stdin;
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
void help(void) {
|
void help(void) {
|
||||||
printf("lat | lazy cat - a cat clone with some quality-of-life "
|
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("%s\n\n", LAT_USAGE);
|
||||||
printf("options:\n"
|
printf("options:\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user