27 lines
995 B
Diff
27 lines
995 B
Diff
From c27c750ba028a65a3d136999e85939dbb9601b06 Mon Sep 17 00:00:00 2001
|
|
From: vegbir <yangjiaqi16@huawei.com>
|
|
Date: Thu, 14 Dec 2023 07:27:07 +0000
|
|
Subject: [PATCH] typofix: fix incorrect printing in lxcfs help interface
|
|
|
|
Signed-off-by: vegbir <yangjiaqi16@huawei.com>
|
|
---
|
|
src/lxcfs.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/lxcfs.c b/src/lxcfs.c
|
|
index cb0739c..c55a388 100644
|
|
--- a/src/lxcfs.c
|
|
+++ b/src/lxcfs.c
|
|
@@ -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");
|
|
--
|
|
2.41.0
|
|
|