]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
mkosi-initrd: correct `--debug-shell` help output
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 9 Sep 2024 11:47:40 +0000 (13:47 +0200)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Mon, 9 Sep 2024 12:08:56 +0000 (14:08 +0200)
mkosi/initrd.py

index 6a8d569db397e2fdd84a1a6d17becab4ea58cbdf..b96b019ce2cdba9b64b7a433e0454b0045d393bc 100644 (file)
@@ -61,7 +61,7 @@ def main() -> None:
     )
     parser.add_argument(
         "--debug-shell",
-        help="Turn on debugging output",
+        help="Spawn debug shell if a sandboxed command fails",
         action="store_true",
         default=False,
     )