# HG changeset patch # User Mike Becker # Date 1782649779 -7200 # Node ID c80878da618ccf0456eb206fb697479cb85972eb # Parent d16a65833c8aeb15b8a7874d9efbdbee78fcaf05 fix different capitalization in help text diff -r d16a65833c8a -r c80878da618c Makefile --- 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) diff -r d16a65833c8a -r c80878da618c src/cline.c --- 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 - binary file heuristics level (default medium)" + "\n -b - 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 - Excludes any line matching the " "\n -e - Excludes lines between and " "\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 - only count files with these suffixes (separated" + "\n -m - Print information about matching files only" + "\n -s - Only count files with these suffixes (separated" "\n by commas)" - "\n -S - count any file except those with these suffixes" + "\n -S - 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*$'"