Make quoting consistent.
[util-vserver.git] / src / chbind.c
index 4fb628e..9acea5f 100644 (file)
@@ -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;
     }