Fix spacing in cgcreate and cgget help where spaces were used instead
of tabs.
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
info(" -b Ignore default systemd");
info("delegate hierarchy\n");
info(" -c, --scope Create a delegated systemd scope\n");
- info(" -p, --pid=pid Task pid to use to create systemd ");
+ info(" -p, --pid=pid Task pid to use to create systemd ");
info("scope\n");
info(" -S, --setdefault Set this scope as the default scope ");
info("delegate hierarchy\n");
#ifdef WITH_SYSTEMD
info(" -b Ignore default systemd delegate hierarchy\n");
#endif
- info(" -c Display controller version\n");
+ info(" -c Display controller version\n");
}
static int get_controller_from_name(const char * const name, char **controller)