lssubsys currently doesn't support the cgroups v2 filesystem. Add the
warning about the support status in the help.
Fixes: https://github.com/libcgroup/libcgroup/issues/50
Suggested-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
info("hierarchies\n");
info(" -m, --mount-points Display mount points\n");
info(" -M, --all-mount-points Display all mount points\n");
+ info("(Note: currently supported on cgroups v1 only)\n");
}
static int print_controller_mount(const char *controller, int flags,