X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fncontext.c;h=49292f68eec32c25339ac1255b9139f6cfdbd422;hb=517fb954f46091a78f471435b7f284668138a2da;hp=158732dcadad9cf0cd904e8ee1565f2680ae465a;hpb=c7cfc614cbd193d7c8dd613c6e2b78ca7252f84f;p=util-vserver.git diff --git a/src/ncontext.c b/src/ncontext.c index 158732d..49292f6 100644 --- a/src/ncontext.c +++ b/src/ncontext.c @@ -279,7 +279,7 @@ int main (int argc, char *argv[]) args.nid = Evc_get_task_nid(0); if (!args.do_create && !args.do_migrate) - WRITE_MSG(2, "Neither '--create' nor '--migrate specified; try '--help' for more information\n"); + WRITE_MSG(2, "Neither '--create' nor '--migrate' specified; try '--help' for more information\n"); else if (args.do_create && args.do_migrate) WRITE_MSG(2, "Can not specify '--create' and '--migrate' at the same time; try '--help' for more information\n"); else if (!args.do_create && args.nid==VC_DYNAMIC_XID)