From c91e3116f40f9d7867cda8952408b1eb182b87bf Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 27 Aug 2020 20:18:05 +0200 Subject: update-dbus-docs: add hint --- tools/update-dbus-docs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/update-dbus-docs.py') 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') -- cgit v1.2.3