diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-23 20:58:20 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-23 20:58:20 +0200 |
| commit | d367031437610c3adc4d70a4b3412c6d40a41464 (patch) | |
| tree | c431ee0d1b721f329fac5e06d21de1e38ffc3acc /loc.1 | |
| parent | m fixes (diff) | |
| download | loc-d367031437610c3adc4d70a4b3412c6d40a41464.tar.gz loc-d367031437610c3adc4d70a4b3412c6d40a41464.tar.bz2 loc-d367031437610c3adc4d70a4b3412c6d40a41464.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'loc.1')
| -rw-r--r-- | loc.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ loc - count number of lines of code .SH SYNOPSIS .B loc +[-s] .RI [ file "] ..." .SH DESCRIPTION .B loc @@ -28,7 +29,7 @@ The total for all processed files is printed on the last line with the format .nf - \fB"%zu\n"\fP, <\fI#total lines of code\fP> + \fB"%zu\n"\fP, <\fItotal #lines of code\fP> .fi .PP If exactly one or no files are specified, this will be the |
