diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:43:41 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:43:41 +0100 |
| commit | 2194438fc14bb3f595209b55fb16d74fbf4637b1 (patch) | |
| tree | 82916c9da6cc5bdfdcfd16e6c1a402b85342f348 /README | |
| parent | Update e-mail (diff) | |
| download | loc-2194438fc14bb3f595209b55fb16d74fbf4637b1.tar.gz loc-2194438fc14bb3f595209b55fb16d74fbf4637b1.tar.bz2 loc-2194438fc14bb3f595209b55fb16d74fbf4637b1.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |
