aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 5ac0881..a645897 100644
--- a/README
+++ b/README
@@ -11,12 +11,12 @@ DESCRIPTION
standard input is read.
If more than one file is specified, each successfully
- line counted file will have its of lines of code output on
- the format
+ processed file will have its line count output in the
+ format
"%s:%*s%zu\n", <file>, <some positive integer>, "", <#lines of code>
- The total for all processed files, is printed on the last
+ The total for all processed files is printed on the last
line with the format
"%zu\n", <#total lines of code>