Skip to content

Commit

Permalink
typofix: fix incorrect printing in lxcfs help interface
Browse files Browse the repository at this point in the history
Signed-off-by: vegbir <[email protected]>
  • Loading branch information
vegbir committed Dec 14, 2023
1 parent 3612da7 commit c27c750
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 @@ -1181,7 +1181,7 @@ static void usage(void)
lxcfs_info("Options :");
lxcfs_info(" -d, --debug Run lxcfs with debugging enabled");
lxcfs_info(" -f, --foreground Run lxcfs in the foreground");
lxcfs_info(" -n, --help Print help");
lxcfs_info(" -h, --help Print help");
lxcfs_info(" -l, --enable-loadavg Enable loadavg virtualization");
lxcfs_info(" -o Options to pass directly through fuse");
lxcfs_info(" -p, --pidfile=FILE Path to use for storing lxcfs pid");
Expand Down

0 comments on commit c27c750

Please sign in to comment.