src/cline.c

changeset 89
c80878da618c
parent 82
44b3332dfe03
child 90
9b541d22d649
equal deleted inserted replaced
88:d16a65833c8a 89:c80878da618c
39 "\nUsage:" 39 "\nUsage:"
40 "\n cline [Options] [Directories...]" 40 "\n cline [Options] [Directories...]"
41 "\n\nCounts the line terminator characters (\\n) within all" 41 "\n\nCounts the line terminator characters (\\n) within all"
42 " files in the specified\ndirectories." 42 " files in the specified\ndirectories."
43 "\n\nOptions:" 43 "\n\nOptions:"
44 "\n -b <level> - binary file heuristics level (default medium)" 44 "\n -b <level> - Binary file heuristics level (default medium)"
45 "\n One of: ignore low medium high" 45 "\n One of: ignore low medium high"
46 "\n -c - Count non-whitespace characters instead of lines" 46 "\n -c - Count non-whitespace characters instead of lines"
47 "\n -d - Report only directory sums" 47 "\n -d - Report only directory sums"
48 "\n -E <pattern> - Excludes any line matching the <pattern>" 48 "\n -E <pattern> - Excludes any line matching the <pattern>"
49 "\n -e <start> <end> - Excludes lines between <start> and <end>" 49 "\n -e <start> <end> - Excludes lines between <start> and <end>"
50 "\n You may use these options multiple times" 50 "\n You may use these options multiple times"
51 "\n -h, --help - this help text" 51 "\n -h, --help - This help text"
52 "\n -i - print out individual sums per file extension" 52 "\n -i - Print out individual sums per file extension"
53 "\n (cannot be used together with -V)" 53 "\n (cannot be used together with -V)"
54 "\n -m - print information about matching files only" 54 "\n -m - Print information about matching files only"
55 "\n -s <suffixes> - only count files with these suffixes (separated" 55 "\n -s <suffixes> - Only count files with these suffixes (separated"
56 "\n by commas)" 56 "\n by commas)"
57 "\n -S <suffixes> - count any file except those with these suffixes" 57 "\n -S <suffixes> - Count any file except those with these suffixes"
58 "\n (separated by commas)" 58 "\n (separated by commas)"
59 "\n -r, -R - includes subdirectories" 59 "\n -r, -R - Includes subdirectories"
60 "\n -v, --version - print out version information" 60 "\n -v, --version - Print out version information"
61 "\n -V - turn verbose output off, print the result only" 61 "\n -V - Turn verbose output off, print the result only"
62 "\n\nShortcuts:" 62 "\n\nShortcuts:"
63 "\n --exclude-cstyle-comments : -E '\\s*//' -e '\\s*/\\*' '\\*/\\s*'" 63 "\n --exclude-cstyle-comments : -E '\\s*//' -e '\\s*/\\*' '\\*/\\s*'"
64 "\n --exclude-blank-lines : -E '^\\s*$'" 64 "\n --exclude-blank-lines : -E '^\\s*$'"
65 "\n\n" 65 "\n\n"
66 "The default call without any options is:" 66 "The default call without any options is:"

mercurial