Skip to content

Commit

Permalink
Merge pull request #624 from peppaJoeng/main
Browse files Browse the repository at this point in the history
typofix: fix incorrect printing in lxcfs help interface
  • Loading branch information
stgraber authored Dec 14, 2023
2 parents 3612da7 + c27c750 commit 1859046
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 1859046

Please sign in to comment.