Skip to content

Commit

Permalink
Modify help messages
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <[email protected]>
  • Loading branch information
thombashi committed May 3, 2024
1 parent d67f6ff commit af7f1c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytest_md_report/_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class FGColor:

@unique
class Option(Enum):
MD_REPORT = (OPTION_PREFIX, "Create Markdown report.")
MD_REPORT = (OPTION_PREFIX, "Create a Markdown report.")
MD_REPORT_VERBOSE = (
f"{OPTION_PREFIX}-verbose",
dedent(
Expand Down Expand Up @@ -111,7 +111,7 @@ class Option(Enum):
Rendering method for results of zero values.
number: render as a digit number (0).
empty: not rendering.
Automatically set to 'number' when CI environment variable is set to
Automatically set to 'number' when the CI environment variable is set to
TRUE (case insensitive) to display reports correctly at CI services.
Defaults to '{default}'.
"""
Expand Down

0 comments on commit af7f1c2

Please sign in to comment.