Update diff.c

master
cdnutter 2019-05-19 23:11:53 -07:00 committed by GitHub
parent e7165f3a65
commit 9ae59b4a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
diff.c
View File

@ -153,7 +153,7 @@ void help(void) {
printf("\nUsage: diff-rcm [OPTION]... FILES\n");
printf("Compare FILES line by line.\n\n");
printf("Mandatory arguments to long options are mandatory for short options too.\n\n");
printf("\t --normal\t\t output a lineline diff (the default)\n");
printf("\t --normal\t\t output a normal diff (the default)\n");
printf("\t-q, --brief\t\t report only when files differ\n");
printf("\t-s, --report-identical-files report when two files are the same\n");
printf("\t-c, -C NUM, --context[=NUM] output NUM (default 3) lines of copied context\n");