]> git.xolatile.top Git - soikk-wordfinder.git/commitdiff
Update wordfinder.c
authorSoikk <76824648+Soikk@users.noreply.github.com>
Thu, 9 Sep 2021 10:48:08 +0000 (12:48 +0200)
committerSoikk <76824648+Soikk@users.noreply.github.com>
Thu, 9 Sep 2021 10:48:08 +0000 (12:48 +0200)
Yet another issue i forgot about lmao

wordfinder.c

index 946c9847f716625583a60d6f37318f348e3e02ec..4c16fb5bd7cc226e5e108605daacaff8ba975b7c 100644 (file)
@@ -117,7 +117,7 @@ char **fileToLineArray(FILE *fp, int *fileLines){
 
 int main(int argc, char **argv){
        if(argc < 3){
-               printf("Usage : wordfinder <document> <list>");
+               printf("Usage : wordfinder.exe <document> <list>");
                return 0;
        }
        char *docName = argv[1], *listName = argv[2];