aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-03-11 08:29:41 -0600
committerArnold D. Robbins <arnold@skeeve.com>2020-03-11 08:29:41 -0600
commit73e440b988942a2933151bd9e0a1b78b9268d5bc (patch)
treeb646ec846350234a938b2352ff75af0c6b4d2f7f /main.c
parentc1929597bd14005486a7c1b07d7d706d36f473ad (diff)
downloadegawk-73e440b988942a2933151bd9e0a1b78b9268d5bc.tar.gz
egawk-73e440b988942a2933151bd9e0a1b78b9268d5bc.tar.bz2
egawk-73e440b988942a2933151bd9e0a1b78b9268d5bc.zip
More message updates.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index e49730a7..4f239dfc 100644
--- a/main.c
+++ b/main.c
@@ -645,7 +645,7 @@ By default it reads standard input and writes standard output.\n\n"), fp);
/* ditto */
fprintf(fp, _("Examples:\n\t%s '{ sum += $1 }; END { print sum }' file\n\
-\tgawk -F: '{ print $1 }' /etc/passwd\n"), myname);
+\t%s -F: '{ print $1 }' /etc/passwd\n"), myname, myname);
fflush(fp);