Skip to content

Commit

Permalink
Correct --env help string
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed May 27, 2021
1 parent 1dcc7f9 commit c2f730e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/outgoing/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"-E",
"--env",
type=click.Path(exists=True, dir_okay=False),
help="Load environment files from given .env file",
help="Load environment variables from given .env file",
)
@click.option(
"-l",
Expand Down

0 comments on commit c2f730e

Please sign in to comment.