diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-05-07 16:12:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-05-07 16:12:25 (GMT) |
commit | 3014f4f91f660dd7eaf80c5634c8ffa8fe3e95ec (patch) | |
tree | bfff4ee43cbb597a828ad01d1f95cc26c17ac811 /tools/gendocs | |
parent | 047965edc9e9cc8d05277eddb4639fd43169255b (diff) |
Fixed the usage message of the tool generating online documentation.
Diffstat (limited to 'tools/gendocs')
-rwxr-xr-x | tools/gendocs/gendoc.py | 2 |
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: |