From 57c57eead0e924747623750c6d8868b11e4267de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 3 Sep 2021 10:20:33 +0200 Subject: [PATCH] mkosi: adjust comment for readability --- mkosi/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2