#1004008 black: Out of sync manpage for black (py36 option)

Package:
black
Source:
black
Description:
uncompromising Python code formatter (Python 3)
Submitter:
Mathieu Malaterre
Date:
2022-01-19 09:03:03 UTC
Severity:
minor
#1004008#5
Date:
2022-01-19 09:00:30 UTC
From:
To:
Dear Maintainer,

It would be nice of the man page of black was kept in sync with the
actual code.

Eg.:

% man black | grep py36
          --py36                          Allow using Python 3.6-only syntax on all

while:

% black -h | grep py36
  -t, --target-version [py27|py33|py34|py35|py36|py37|py38]

Thanks