lxc/0053-change-the-suffi-parameter-in-lxc-attach-help-output.patch
songbuhuang c5d0aa2245 change the suffi parameter in lxc attach --help output
Signed-off-by: songbuhuang <544824346@qq.com>
(cherry picked from commit b770bb5ae9a4a431ea5cf2f882be9d735496e245)
2022-12-19 14:07:56 +08:00

27 lines
943 B
Diff

From 0292c21fc67877e215b9988be497aaf09a9479d6 Mon Sep 17 00:00:00 2001
From: isuladci <isulad@ci.com>
Date: Mon, 19 Dec 2022 10:48:07 +0800
Subject: [PATCH] change the suffi parameter in lxc attach --help output
Signed-off-by: isuladci <isulad@ci.com>
---
src/lxc/tools/lxc_attach.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lxc/tools/lxc_attach.c b/src/lxc/tools/lxc_attach.c
index 0de2067..3cdb4f3 100644
--- a/src/lxc/tools/lxc_attach.c
+++ b/src/lxc/tools/lxc_attach.c
@@ -151,7 +151,7 @@ Options :\n\
--in-fifo Stdin fifo path\n\
--out-fifo Stdout fifo path\n\
--err-fifo Stderr fifo path\n\
- --suffi ID for mutli-attach on one container\n\
+ --suffix ID for mutli-attach on one container\n\
--timeout Timeout in seconds (default: 0)\n\
--disable-pty Disable pty for attach\n\
--open-stdin Open stdin for attach\n\
--
2.25.1