mirror of
https://github.com/xfarrow/dircomp.git
synced 2025-06-05 21:49:19 +02:00
Update dircomp.c
Help output
This commit is contained in:
@@ -415,7 +415,7 @@ char* combine_path(char* path1, char* path2){
|
|||||||
/// @param
|
/// @param
|
||||||
void print_help(void)
|
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(" -r \t\t Recursive\n");
|
||||||
printf(" -v \t\t Verbose\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");
|
printf(" -f \t\t Fast. Halt as soon as the directories are found to be not equal\n");
|
||||||
|
Reference in New Issue
Block a user