Skip to content

Commit 2dd08c4

Browse files
committed
Refined help texts
1 parent 5f2a8f2 commit 2dd08c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

about_code_tool/help.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@
3737
limitations 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

4646
VERBOSITY_HELP = """\
47-
Print more or less verbose messages while processing:
47+
Control warning and errors printed while processing:
4848
0 - Do not print warning or error messages, only a total count (default).
49-
1 - Print error messages.
49+
1 - Print only error messages.
5050
2 - Print error and warning messages.
5151
"""
5252

5353

5454
MAPPING_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

0 commit comments

Comments
 (0)