Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mihalicyn committed Mar 15, 2024
1 parent ba9788a commit ebd0bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxcfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ static void usage(void)
lxcfs_info(" -v, --version Print lxcfs version");
lxcfs_info(" --enable-cfs Enable CPU virtualization via CPU shares");
lxcfs_info(" --enable-pidfd Use pidfd for process tracking");
lxcfs_info(" --enable-cgroup Allow write() syscall on cgroup lxcfs subtree");
lxcfs_info(" --enable-cgroup Enable cgroup emulation code");
exit(EXIT_FAILURE);
}

Expand Down

0 comments on commit ebd0bfb

Please sign in to comment.