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:
parent
17547fb5cb
commit
bb1a570018
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user