diff options
Diffstat (limited to 'tools/update-dbus-docs.py')
-rwxr-xr-x | tools/update-dbus-docs.py | 3 |
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') |