[systemd-commits] src/nspawn

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Wed Jun 19 21:06:32 PDT 2013


 src/nspawn/nspawn.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bd5a54582ae4e7cdc390d05ea8f73dc7d02ed147
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Thu Jun 20 00:01:15 2013 -0400

    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 83be002..66c2228 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) {
 



More information about the systemd-commits mailing list