update-dbus-docs: add hint

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-08-27 20:18:05 +02:00
parent 04aa6fa8cd
commit c91e3116f4
1 changed files with 2 additions and 1 deletions

View File

@ -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')