From: Zbigniew Jędrzejewski-Szmek Date: Fri, 3 Sep 2021 08:20:33 +0000 (+0200) Subject: mkosi: adjust comment for readability X-Git-Tag: v11~69^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F781%2Fhead;p=thirdparty%2Fmkosi.git mkosi: adjust comment for readability --- diff --git a/mkosi/__init__.py b/mkosi/__init__.py index d8f0f38be..26864b06f 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -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