Skip to content

Commit b32d59d

Browse files
author
Trong Nhan Mai
committed
chore: update help string for the CLI option
1 parent dcb5386 commit b32d59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macaron/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def main(argv: list[str] | None = None) -> None:
383383
"-pf",
384384
"--provenance-file",
385385
required=False,
386-
help=("The path to provenance document file."),
386+
help=("The path to the provenance file in in-toto format."),
387387
)
388388

389389
group.add_argument(

0 commit comments

Comments
 (0)