diff --git a/runenv/__init__.py b/runenv/__init__.py index 98f5b59..f6e59ef 100755 --- a/runenv/__init__.py +++ b/runenv/__init__.py @@ -72,7 +72,7 @@ def run(argv: Optional[Sequence[str]] = None): help="Strip prefix given with --prefix from environment variables names", ) _ = parser.add_argument( - "--dry_run", + "--dry-run", action="store_true", help="Return parsed .env instead of running command", )