1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
From: Sandro Tosi <matrixhasu@gmail.com>
Subject: Fix minus signes used as hyphen (lintian warning
diff -urNad sloccount~/sloccount.1 sloccount/sloccount.1
--- sloccount~/sloccount.1 2008-02-17 16:49:52.000000000 +0100
+++ sloccount/sloccount.1 2008-03-16 14:49:07.188245715 +0100
@@ -101,7 +101,7 @@
.TP 12
.BI --cached
Do not recalculate; instead, use cached results from a previous execution.
-Without the --cached or --append option,
+Without the \-\-cached or \-\-append option,
sloccount automatically removes the data directory
and recreates it.
@@ -191,7 +191,7 @@
are not normally included in the SLOC counts, although their SLOCs are
internally calculated and they are shown in the file counts.
If you want to include more than one such language, do it by
-passing --addlang more than once, e.g., --addlang makefile --addlang sql.
+passing \-\-addlang more than once, e.g., \-\-addlang makefile \-\-addlang sql.
.TP
.BI --addlangall
@@ -214,7 +214,7 @@
Such filenames are exceedingly rare in source code because they're a pain
to work with using other tools, too.
Future versions of sloccount may internally use NUL-separated filenames
-(like GNU find's -print0 command) to fix this.
+(like GNU find's \-print0 command) to fix this.
There are many more languages not yet handled by SLOCCount.
|