提交 d847792f 编写于 作者: M Michal Privoznik

lxc_controller: Fix error message on missing --handshakefd

The argument is --handshakefd not --handshake.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 0e689110
......@@ -2365,7 +2365,7 @@ int main(int argc, char *argv[])
}
if (handshakeFd < 0) {
fprintf(stderr, "%s: missing --handshake argument for container PTY\n",
fprintf(stderr, "%s: missing --handshakefd argument for container PTY\n",
argv[0]);
goto cleanup;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册