ISSUE 1533: Fix --config argument description (#1534)

Change --config argument description to "Read configuration from FILE."
The "--config FILE                   Read configuration from FILE path"
This commit is contained in:
Olexiy 2020-07-08 18:51:18 +03:00 committed by GitHub
parent 11f130b7de
commit cc2facaac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ Options:
--exclude=.
--version Show the version and exit.
--config FILE Read configuration from PATH.
--config FILE Read configuration from FILE path.
-h, --help Show this message and exit.
```

View File

@ -471,7 +471,7 @@ def target_version_option_callback(
),
is_eager=True,
callback=read_pyproject_toml,
help="Read configuration from PATH.",
help="Read configuration from FILE path.",
)
@click.pass_context
def main(