summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-05-07 16:12:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-05-07 16:12:25 (GMT)
commit3014f4f91f660dd7eaf80c5634c8ffa8fe3e95ec (patch)
treebfff4ee43cbb597a828ad01d1f95cc26c17ac811 /tools
parent047965edc9e9cc8d05277eddb4639fd43169255b (diff)
Fixed the usage message of the tool generating online documentation.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gendocs/gendoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gendocs/gendoc.py b/tools/gendocs/gendoc.py
index 7c29b2f..238a9f2 100755
--- a/tools/gendocs/gendoc.py
+++ b/tools/gendocs/gendoc.py
@@ -20,7 +20,7 @@ def validate_coverage(target):
if __name__ == '__main__':
if os.environ.get('PYWIKIBOT2_DIR') is None:
- print('Environment variable "KEY_THAT_MIGHT_EXIST" is not set!')
+ print('Environment variable "PYWIKIBOT2_DIR" is not set!')
sys.exit(1)
if len(sys.argv) == 1: