]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
mkosi: adjust comment for readability 781/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 3 Sep 2021 08:20:33 +0000 (10:20 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 3 Sep 2021 11:49:05 +0000 (13:49 +0200)
mkosi/__init__.py

index d8f0f38bedce61d06f0d98a9010f1bfd0078d036..26864b06ffcace93c52bda90a32eeb0c2657b60e 100644 (file)
@@ -6783,8 +6783,8 @@ def run_shell(args: CommandLineArguments) -> None:
     cmdline += ["--machine", virt_name(args)]
 
     if args.cmdline:
-        # If the verb is shell, args.cmdline contains the command to run. Otherwise (boot), we assume
-        # args.cmdline contains nspawn arguments.
+        # If the verb is 'shell', args.cmdline contains the command to run.
+        # Otherwise, the verb is 'boot', and we assume args.cmdline contains nspawn arguments.
         if args.verb == "shell":
             cmdline.append("--")
         cmdline += args.cmdline