Sun, 28 Jun 2026 14:29:39 +0200
fix different capitalization in help text
| Makefile | file | annotate | diff | comparison | revisions | |
| src/cline.c | file | annotate | diff | comparison | revisions |
--- a/Makefile Wed Dec 31 17:41:15 2025 +0100 +++ b/Makefile Sun Jun 28 14:29:39 2026 +0200 @@ -21,7 +21,7 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION=1.5.0 +VERSION=1.6.0-dev all: build config.mk FORCE @cd src && $(MAKE) VERSION=$(VERSION)
--- 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*$'"