summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/pyreverse/main.py')
-rw-r--r--pylint/pyreverse/main.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/pylint/pyreverse/main.py b/pylint/pyreverse/main.py
index 3c3381cb2..a71de203d 100644
--- a/pylint/pyreverse/main.py
+++ b/pylint/pyreverse/main.py
@@ -157,6 +157,17 @@ this disables -f values",
"help": "set the project name.",
},
),
+ (
+ "output-directory",
+ {
+ "default": "",
+ "type": "string",
+ "short": "d",
+ "action": "store",
+ "metavar": "<output_directory>",
+ "help": "set the output directory path.",
+ },
+ ),
)