From da378d2b5573dfb041a15f819412348ce309e094 Mon Sep 17 00:00:00 2001 From: Alessandro Ferro Date: Fri, 14 Apr 2023 22:41:52 +0200 Subject: [PATCH] Update dircomp.c --- dircomp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dircomp.c b/dircomp.c index de3254a..35990e6 100644 --- a/dircomp.c +++ b/dircomp.c @@ -257,7 +257,6 @@ void print_help(void) { printf("Usage: dircomp directory1 directory2 [-r] [-v] [-h]\n\n"); printf(" -r \t\t Recursive\n"); - ; printf(" -v \t\t Verbose\n"); printf(" -h \t\t Print this help and quit\n\n"); } \ No newline at end of file