aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:43:41 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:43:41 +0100
commit2194438fc14bb3f595209b55fb16d74fbf4637b1 (patch)
tree82916c9da6cc5bdfdcfd16e6c1a402b85342f348 /README
parentUpdate e-mail (diff)
downloadloc-4.1.1.tar.gz
loc-4.1.1.tar.bz2
loc-4.1.1.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-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>