diff options
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> |
