Update dircomp.c

This commit is contained in:
Alessandro Ferro 2023-04-14 22:41:52 +02:00
parent dd9c17e284
commit da378d2b55
1 changed files with 0 additions and 1 deletions

View File

@ -257,7 +257,6 @@ void print_help(void)
{ {
printf("Usage: dircomp directory1 directory2 [-r] [-v] [-h]\n\n"); printf("Usage: dircomp directory1 directory2 [-r] [-v] [-h]\n\n");
printf(" -r \t\t Recursive\n"); printf(" -r \t\t Recursive\n");
;
printf(" -v \t\t Verbose\n"); printf(" -v \t\t Verbose\n");
printf(" -h \t\t Print this help and quit\n\n"); printf(" -h \t\t Print this help and quit\n\n");
} }