summaryrefslogtreecommitdiffstats
path: root/tools/update-dbus-docs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/update-dbus-docs.py')
-rwxr-xr-xtools/update-dbus-docs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/update-dbus-docs.py b/tools/update-dbus-docs.py
index 0bbc4aab45..3500d9ce5e 100755
--- a/tools/update-dbus-docs.py
+++ b/tools/update-dbus-docs.py
@@ -308,4 +308,5 @@ if __name__ == '__main__':
print(f'{p:{mlen + 1}} {t - m}/{t} {c}')
if opts.test and outdated:
- exit(f'Outdated pages: {", ".join(outdated)}')
+ exit(f'Outdated pages: {", ".join(outdated)}\n'
+ f'Hint: ninja -C {opts.build_dir} man/update-dbus-docs')