]> xenbits.xensource.com Git - libvirt.git/commitdiff
lxc_controller: Fix error message on missing --handshakefd
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 7 Jan 2014 14:51:13 +0000 (15:51 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 7 Jan 2014 15:21:03 +0000 (16:21 +0100)
The argument is --handshakefd not --handshake.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/lxc/lxc_controller.c

index 1b43bd263805ce8fcea067248807b1c939a4845b..a2ae59904c80dfb1821dd6cbff890c31a1f4b06e 100644 (file)
@@ -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;
     }