X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fchbind.c;h=9acea5f07cf2410b6f94466e4f77e2b89a075c09;hb=e0ffc53d2cec2335a779d989a0e27f1e3c649e7c;hp=4fb628e48cf93efe8d8da0fddf2e93b0e54f27d3;hpb=9c78378bebc1a9f3d400f422df8ede9efea57dea;p=util-vserver.git diff --git a/src/chbind.c b/src/chbind.c index 4fb628e..9acea5f 100644 --- a/src/chbind.c +++ b/src/chbind.c @@ -316,7 +316,7 @@ int main (int argc, char *argv[]) case CMD_SILENT : is_silent = true; break; case CMD_BCAST : readBcast(optarg, &bcast); break; #if defined(VC_ENABLE_API_NET) - case CMD_NID : nid = Evc_xidopt2xid(optarg,true); break; + case CMD_NID : nid = Evc_nidopt2nid(optarg,true); break; #else case CMD_NID : WRITE_MSG(2, "WARNING: --nid is not supported by this version\n"); break; #endif @@ -331,7 +331,7 @@ int main (int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); exit(wrapper_exit_code); break; }