Package: pylint
Version: 2.5.3-1
Severity: minor
Tags: patch

Dear Maintainer,

  Patch is based on the current upstream repository.

  Change a HYPHEN-MINUS (code 0x55, 2D) to a minus (\-),
if in front of a name for a short option.
See man-pages(7).

Signed-off-by: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
---
 man/pylint.1 | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/man/pylint.1 b/man/pylint.1
index 33f9fd03..ea2e46e4 100644
--- a/man/pylint.1
+++ b/man/pylint.1
@@ -32,7 +32,7 @@ and "symilar" (an independent similarities checker).
 .SH OPTIONS
 .IP "\-\-version"
 show program's version number and exit
-.IP "\-\-help, -h"
+.IP "\-\-help, \-h"
 show this help message and exit
 .IP "\-\-long-help"
 more verbose help.
@@ -40,11 +40,11 @@ more verbose help.
 .SH MASTER
 .IP "\-\-init-hook=<code>"
 Python code to execute, usually for sys.path manipulation such as 
pygtk.require().
-.IP "\-\-errors-only, -E"
+.IP "\-\-errors-only, \-E"
 In error mode, checkers without error messages are disabled and for others, 
only the ERROR messages are displayed, and no reports are done by default.
 .IP "\-\-py3k"
 In Python 3 porting mode, all checkers will be disabled and only messages 
emitted by the porting checker will be displayed.
-.IP "\-\-verbose, -v"
+.IP "\-\-verbose, \-v"
 In verbose mode, extra non-checker-related info will be displayed.
 .IP "\-\-ignore=<file>[,<file>...]"
 Add files or directories to the blacklist. They should be base names, not 
paths. [default: CVS]
@@ -56,7 +56,7 @@ Pickle collected data for later comparisons. [default: yes]
 List of plugins (as comma separated values of python module names) to load, 
usually to register additional checkers. [default: none]
 .IP "\-\-fail-under=<score>"
 Specify a score threshold to be exceeded before program exits with error. 
[default: 10]
-.IP "\-\-jobs=<n-processes>, -j <n-processes>"
+.IP "\-\-jobs=<n-processes>, \-j <n-processes>"
 Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the 
number of processors available to use. [default: 1]
 .IP "\-\-limit-inference-results=<number-of-results>"
 Control the amount of potential inferred values when inferring a single 
object. This can help the performance when dealing with large functions or 
complex, nested conditions.  [default: 100]
@@ -90,19 +90,19 @@ Generate a sample configuration file according to the 
current configuration. You
 .SH MESSAGES CONTROL
 .IP "\-\-confidence=<levels>"
 Only show warnings with the listed confidence levels. Leave empty to show all. 
Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED. [default: none]
-.IP "\-\-enable=<msg ids>, -e <msg ids>"
+.IP "\-\-enable=<msg ids>, \-e <msg ids>"
 Enable the message, report, category or checker with the given id(s). You can 
either give multiple identifier separated by comma (,) or put this option 
multiple time (only on the command line, not in the configuration file where it 
should appear only once). See also the "\-\-disable" option for examples.
-.IP "\-\-disable=<msg ids>, -d <msg ids>"
+.IP "\-\-disable=<msg ids>, \-d <msg ids>"
 Disable the message, report, category or checker with the given id(s). You can 
either give multiple identifiers separated by comma (,) or put this option 
multiple times (only on the command line, not in the configuration file where 
it should appear only once). You can also use "\-\-disable=all" to disable 
everything first and then reenable specific checks. For example, if you want to 
run only the similarities checker, you can use "\-\-disable=all 
\-\-enable=similarities". If you want to run only the classes checker, but have 
no Warning level messages displayed, use "\-\-disable=all \-\-enable=classes 
\-\-disable=W".
 
 .SH REPORTS
-.IP "\-\-output-format=<format>, -f <format>"
+.IP "\-\-output-format=<format>, \-f <format>"
 Set the output format. Available formats are text, parseable, colorized, json 
and msvs (visual studio). You can also give a reporter class, e.g. 
mypackage.mymodule.MyReporterClass. [default: text]
-.IP "\-\-reports=<y_or_n>, -r <y_or_n>"
+.IP "\-\-reports=<y_or_n>, \-r <y_or_n>"
 Tells whether to display a full report or only the messages. [default: no]
 .IP "\-\-evaluation=<python_expression>"
 Python expression which should return a score less than or equal to 10. You 
have access to the variables 'error', 'warning', 'refactor', and 'convention' 
which contain the number of messages in each category, as well as 'statement' 
which is the total number of statements analyzed. This score is used by the 
global evaluation report (RP0004). [default: 10.0 - ((float(5 * error + warning 
+ refactor + convention) / statement) * 10)]
-.IP "\-\-score=<y_or_n>, -s <y_or_n>"
+.IP "\-\-score=<y_or_n>, \-s <y_or_n>"
 Activate the evaluation score. [default: yes]
 .IP "\-\-msg-template=<template>"
 Template used to display messages. This is a python new-style format string 
used to format the message information. See doc for all details.
-- 
2.27.0



-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.7.6-1 (SMP w/2 CPU threads)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), 
LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages pylint depends on:
ii  python3                 3.8.2-3
ii  python3-astroid         2.4.2-1
ii  python3-isort           4.3.4+ds1-2
ii  python3-logilab-common  1.7.2-1
ii  python3-mccabe          0.6.1-3
ii  python3-setuptools      46.1.3-1
ii  python3-toml            0.10.1-1

Versions of packages pylint recommends:
pn  python3-tk  <none>

Versions of packages pylint suggests:
pn  pylint-doc  <none>

-- no debconf information

-- 
Bjarni I. Gislason

Reply via email to