busctl: show --help in pager

We do this for other larger --help texts, do so here too.
This commit is contained in:
Lennart Poettering 2021-01-21 17:59:01 +01:00
parent 17547fb5cb
commit bb1a570018

View file

@ -2246,6 +2246,8 @@ static int help(void) {
if (r < 0)
return log_oom();
(void) pager_open(arg_pager_flags);
printf("%s [OPTIONS...] COMMAND ...\n\n"
"%sIntrospect the D-Bus IPC bus.%s\n"
"\nCommands:\n"