1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-25 18:50:18 +03:00

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"