Update dircomp.c

Help output
This commit is contained in:
xfarrow 2023-05-18 10:49:18 +00:00 committed by GitHub
parent b934a385f9
commit 4188059e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ char* combine_path(char* path1, char* path2){
/// @param
void print_help(void)
{
printf("usage: dircomp directory1 directory2 [-rvfbh]\n");
printf("usage: dircomp directory1 directory2 [-rvfdh]\n");
printf(" -r \t\t Recursive\n");
printf(" -v \t\t Verbose\n");
printf(" -f \t\t Fast. Halt as soon as the directories are found to be not equal\n");