mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 01:34:11 +03:00
lxc_controller: Fix error message on missing --handshakefd
The argument is --handshakefd not --handshake. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
0e6891106d
commit
d847792f86
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user