From 5cddbaf07e632281eff7917d4c4fb90a0398d5f4 Mon Sep 17 00:00:00 2001 From: Ziqin Wang Date: Sat, 3 Apr 2021 23:31:56 +0800 Subject: [PATCH] Fix typo in command line description --- cmdline.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdline.cc b/cmdline.cc index 9a5b8f8..574d906 100644 --- a/cmdline.cc +++ b/cmdline.cc @@ -146,7 +146,7 @@ struct custom_option custom_opts[] = { { { "cgroup_net_cls_mount", required_argument, NULL, 0x0822 }, "Location of net_cls cgroup FS (default: '/sys/fs/cgroup/net_cls')" }, { { "cgroup_net_cls_parent", required_argument, NULL, 0x0823 }, "Which pre-existing net_cls cgroup to use as a parent (default: 'NSJAIL')" }, { { "cgroup_cpu_ms_per_sec", required_argument, NULL, 0x0831 }, "Number of milliseconds of CPU time per second that the process group can use (default: '0' - no limit)" }, - { { "cgroup_cpu_mount", required_argument, NULL, 0x0832 }, "Location of cpu cgroup FS (default: '/sys/fs/cgroup/net_cls')" }, + { { "cgroup_cpu_mount", required_argument, NULL, 0x0832 }, "Location of cpu cgroup FS (default: '/sys/fs/cgroup/cpu')" }, { { "cgroup_cpu_parent", required_argument, NULL, 0x0833 }, "Which pre-existing cpu cgroup to use as a parent (default: 'NSJAIL')" }, { { "cgroupv2_mount", required_argument, NULL, 0x0834}, "Location of cgroupv2 directory (default: '/sys/fs/cgroup')"}, { { "use_cgroupv2", no_argument, NULL, 0x0835}, "Use cgroup v2"}, -- 2.34.1