From: Soikk <76824648+Soikk@users.noreply.github.com> Date: Thu, 9 Sep 2021 10:48:08 +0000 (+0200) Subject: Update wordfinder.c X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=a37200ac3b320f99be3dd7c81f5d5ff8c43fb772;p=soikk-wordfinder.git Update wordfinder.c Yet another issue i forgot about lmao --- diff --git a/wordfinder.c b/wordfinder.c index 946c984..4c16fb5 100644 --- a/wordfinder.c +++ b/wordfinder.c @@ -117,7 +117,7 @@ char **fileToLineArray(FILE *fp, int *fileLines){ int main(int argc, char **argv){ if(argc < 3){ - printf("Usage : wordfinder "); + printf("Usage : wordfinder.exe "); return 0; } char *docName = argv[1], *listName = argv[2];