fputs(_("Show or change the real-time scheduling attributes of a process.\n"), out);
fputs(USAGE_SEPARATOR, out);
fputs(_("Set policy:\n"
- " chrt [options] <priority> <command> [<arg>...]\n"
- " chrt [options] --pid <priority> <pid>\n"), out);
+ " chrt [options] <priority> <command> [<argument>...]\n"
+ " chrt [options] --pid <priority> <PID>\n"), out);
fputs(USAGE_SEPARATOR, out);
fputs(_("Get policy:\n"
- " chrt --pid <pid>\n"), out);
+ " chrt --pid <PID>\n"), out);
fputs(USAGE_SEPARATOR, out);
fputs(_("Policy options:\n"), out);