diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-11 08:29:41 -0600 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-11 08:29:41 -0600 |
commit | 73e440b988942a2933151bd9e0a1b78b9268d5bc (patch) | |
tree | b646ec846350234a938b2352ff75af0c6b4d2f7f /main.c | |
parent | c1929597bd14005486a7c1b07d7d706d36f473ad (diff) | |
download | egawk-73e440b988942a2933151bd9e0a1b78b9268d5bc.tar.gz egawk-73e440b988942a2933151bd9e0a1b78b9268d5bc.tar.bz2 egawk-73e440b988942a2933151bd9e0a1b78b9268d5bc.zip |
More message updates.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |