src/cline.c

changeset 89
c80878da618c
parent 82
44b3332dfe03
child 90
9b541d22d649
--- a/src/cline.c	Wed Dec 31 17:41:15 2025 +0100
+++ b/src/cline.c	Sun Jun 28 14:29:39 2026 +0200
@@ -41,24 +41,24 @@
     "\n\nCounts the line terminator characters (\\n) within all"
     " files in the specified\ndirectories."
     "\n\nOptions:"
-    "\n  -b <level>          - binary file heuristics level (default medium)"
+    "\n  -b <level>          - Binary file heuristics level (default medium)"
     "\n                        One of: ignore low medium high"
     "\n  -c                  - Count non-whitespace characters instead of lines"
     "\n  -d                  - Report only directory sums"
     "\n  -E <pattern>        - Excludes any line matching the <pattern>"
     "\n  -e <start> <end>    - Excludes lines between <start> and <end>"
     "\n                        You may use these options multiple times"
-    "\n  -h, --help          - this help text"
-    "\n  -i                  - print out individual sums per file extension"
+    "\n  -h, --help          - This help text"
+    "\n  -i                  - Print out individual sums per file extension"
     "\n                        (cannot be used together with -V)"
-    "\n  -m                  - print information about matching files only"
-    "\n  -s <suffixes>       - only count files with these suffixes (separated"
+    "\n  -m                  - Print information about matching files only"
+    "\n  -s <suffixes>       - Only count files with these suffixes (separated"
     "\n                        by commas)"
-    "\n  -S <suffixes>       - count any file except those with these suffixes"
+    "\n  -S <suffixes>       - Count any file except those with these suffixes"
     "\n                        (separated by commas)"
-    "\n  -r, -R              - includes subdirectories"
-    "\n  -v, --version       - print out version information"
-    "\n  -V                  - turn verbose output off, print the result only"
+    "\n  -r, -R              - Includes subdirectories"
+    "\n  -v, --version       - Print out version information"
+    "\n  -V                  - Turn verbose output off, print the result only"
     "\n\nShortcuts:"
     "\n  --exclude-cstyle-comments : -E '\\s*//' -e '\\s*/\\*' '\\*/\\s*'"
     "\n  --exclude-blank-lines     : -E '^\\s*$'"

mercurial