mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
update-dbus-docs: add hint
This commit is contained in:
parent
04aa6fa8cd
commit
c91e3116f4
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user