[systemd-commits] src/nspawn

Dave Reisner dreisner at kemper.freedesktop.org
Mon Apr 29 06:21:30 PDT 2013


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

New commits:
commit d7e011e5bfa3361faf52b7b2dbacd11373d7fb86
Author: Evangelos Foutras <evangelos at foutrelis.com>
Date:   Mon Apr 29 13:12:28 2013 +0300

    nspawn: add -M option to optstring
    
    This was missed in commit 7027ff61a34a12487712b382a061c654acc3a679 and
    means that the --machine option would work but not its shorthand, -M.

diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index 7b41571..a49cbc2 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -173,7 +173,7 @@ static int parse_argv(int argc, char *argv[]) {
         assert(argc >= 0);
         assert(argv);
 
-        while ((c = getopt_long(argc, argv, "+hD:u:C:bj", options, NULL)) >= 0) {
+        while ((c = getopt_long(argc, argv, "+hD:u:C:bM:j", options, NULL)) >= 0) {
 
                 switch (c) {
 



More information about the systemd-commits mailing list