From d367031437610c3adc4d70a4b3412c6d40a41464 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 23 May 2026 20:58:20 +0200 Subject: Fix mistakes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- loc.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'loc.1') diff --git a/loc.1 b/loc.1 index af23da4..8118146 100644 --- a/loc.1 +++ b/loc.1 @@ -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 -- cgit v1.3.1