diff --git a/src/main.cpp b/src/main.cpp index 75c5854..92425b5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -164,7 +164,7 @@ int main(int argc, char *argv[]) { // check if number of arguments is correct if (argc <= 1 || strlen(argv[1]) <= 0) { - printf("\u001b[0mplease provide the filename as the first input argument"); + printf("\u001b[0mplease provide the filename as the first input argument\n"); fflush(stdout); return 0; }