]> git.proxmox.com Git - mirror_lxcfs.git/commitdiff
typofix: fix incorrect printing in lxcfs help interface
authorvegbir <yangjiaqi16@huawei.com>
Thu, 14 Dec 2023 07:27:07 +0000 (07:27 +0000)
committervegbir <yangjiaqi16@huawei.com>
Thu, 14 Dec 2023 07:27:07 +0000 (07:27 +0000)
Signed-off-by: vegbir <yangjiaqi16@huawei.com>
src/lxcfs.c

index cb0739cf0e027138db74c7c24e9b416068d36d08..c55a388889699b2451f7e7be683829a6464b720b 100644 (file)
@@ -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");