1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-09 01:18:19 +03:00

machinectl: enable pager on help (#4313)

as its output is fairly long.
This commit is contained in:
0xAX 2016-10-09 00:49:33 +03:00 committed by Zbigniew Jędrzejewski-Szmek
parent a60f4d0b44
commit 084f580557

View File

@ -2629,6 +2629,7 @@ static int clean_images(int argc, char *argv[], void *userdata) {
}
static int help(int argc, char *argv[], void *userdata) {
pager_open(arg_no_pager, false);
printf("%s [OPTIONS...] {COMMAND} ...\n\n"
"Send control commands to or query the virtual machine and container\n"