File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3737limitations under the License.
3838"""
3939
40- __version_info__ = 'AboutCode v {0}\n ' .format (__version__ )
40+ __version_info__ = 'AboutCode v{0}\n ' .format (__version__ )
4141
4242
43- __full_info__ = 'AboutCode tool v {0}\n {1}' .format (__version__ , __copyright__ )
43+ __full_info__ = 'AboutCode tool v{0}\n {1}' .format (__version__ , __copyright__ )
4444
4545
4646VERBOSITY_HELP = """\
47- Print more or less verbose messages while processing:
47+ Control warning and errors printed while processing:
48480 - Do not print warning or error messages, only a total count (default).
49- 1 - Print error messages.
49+ 1 - Print only error messages.
50502 - Print error and warning messages.
5151"""
5252
5353
5454MAPPING_HELP = """\
55- Load the about_code_tool/MAPPING.CONFIG file. This file contains a mapping between AboutCode keys
56- (or column names) and custom keys (or column names) .
55+ Load the about_code_tool/MAPPING.CONFIG file. This file contains a mapping between
56+ known AboutCode key/ column names and custom key/column name used in your CSVs files .
5757"""
5858
You can’t perform that action at this time.
0 commit comments