mirror of https://github.com/xfarrow/dircomp.git
Update dircomp.c
This commit is contained in:
parent
dd9c17e284
commit
da378d2b55
|
@ -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");
|
||||||
}
|
}
|
Loading…
Reference in New Issue