From: Zbigniew Jędrzejewski-Szmek Date: Thu, 27 Aug 2020 18:18:05 +0000 (+0200) Subject: update-dbus-docs: add hint X-Git-Tag: v247-rc1~345^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c91e3116f40f9d7867cda8952408b1eb182b87bf;p=thirdparty%2Fsystemd.git update-dbus-docs: add hint --- diff --git a/tools/update-dbus-docs.py b/tools/update-dbus-docs.py index 0bbc4aab457..3500d9ce5e0 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')