]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Surround --force with quotes
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 10 May 2024 10:04:36 +0000 (12:04 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 10 May 2024 10:04:52 +0000 (12:04 +0200)
mkosi/__init__.py

index 9a2af80fe8691d2ec8148366c0bd23a65e41f79b..37c0598233f154bd9540f84db4103c7a06d1f2b5 100644 (file)
@@ -4598,7 +4598,7 @@ def run_verb(args: Args, images: Sequence[Config], *, resources: Path) -> None:
 
     if not (last.output_dir_or_cwd() / last.output_with_compression).exists():
         die(f"Image '{last.name()}' has not been built yet",
-            hint="Make sure to build the image first with 'mkosi build' or use --force")
+            hint="Make sure to build the image first with 'mkosi build' or use '--force'")
 
     with prepend_to_environ_path(last):
         check_tools(last, args.verb)