From 9ae59b4a20c4e02626482652cbdad1082795748f Mon Sep 17 00:00:00 2001 From: cdnutter Date: Sun, 19 May 2019 23:11:53 -0700 Subject: [PATCH] Update diff.c --- diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff.c b/diff.c index 8939e19..c9a006d 100644 --- a/diff.c +++ b/diff.c @@ -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");