From: Zbigniew Jędrzejewski-Szmek Date: Thu, 20 Jun 2013 04:01:15 +0000 (-0400) Subject: nspawn: '-C' option has been removed X-Git-Tag: v205~102 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=bd5a54582ae4e7cdc390d05ea8f73dc7d02ed147 nspawn: '-C' option has been removed Fixup for 9444b1f "logind: add infrastructure to keep track of machines, and move to slices." --- diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 83be00231..66c2228ca 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -175,7 +175,7 @@ static int parse_argv(int argc, char *argv[]) { assert(argc >= 0); assert(argv); - while ((c = getopt_long(argc, argv, "+hD:u:C:bM:jS:", options, NULL)) >= 0) { + while ((c = getopt_long(argc, argv, "+hD:u:bM:jS:", options, NULL)) >= 0) { switch (c) {