diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2016-08-01 21:48:56 +0300 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-08-01 21:48:56 +0300 |
commit | bbd42396362e5b7332d6b8867065b364da489a98 (patch) | |
tree | a4bc1d2aa205d58505983529c906039d54630c0b /pylint/pyreverse | |
parent | 3327d745a85e0d810cb36094904fe1f5bbae01cb (diff) | |
download | pylint-git-bbd42396362e5b7332d6b8867065b364da489a98.tar.gz |
The default package is none for pyreverse. Close #567
Diffstat (limited to 'pylint/pyreverse')
-rw-r--r-- | pylint/pyreverse/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/pyreverse/main.py b/pylint/pyreverse/main.py index a32f7804c..f3372ea5b 100644 --- a/pylint/pyreverse/main.py +++ b/pylint/pyreverse/main.py @@ -75,7 +75,7 @@ this disables -f values")), 'dest' : "black_list", "default" : ('CVS',), 'help' : "Add files or directories to the blacklist. They " "should be base names, not paths."}), - ("project", {'default': "No Name", 'type' : 'string', 'short': 'p', + ("project", {'default': "", 'type' : 'string', 'short': 'p', 'metavar': '<project name>', 'help': 'set the project name.'}), ) # FIXME : quiet mode |