From: Winterhuman <86165318+Winterhuman@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:51:55 +0000 (+0000) Subject: man: `--debug-shell=` -> `--debug-shell` X-Git-Tag: v21~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a503c80dca9c7f569d9333f89f85d3f5ada60859;p=thirdparty%2Fmkosi.git man: `--debug-shell=` -> `--debug-shell` `--debug-shell` refuses to take an argument, so the equal sign is misleading (aka. `--debug-shell=yes` errors out), so let's remove it from the `man` page. --- diff --git a/mkosi/resources/mkosi.md b/mkosi/resources/mkosi.md index 4177ced9a..7939b7bd3 100644 --- a/mkosi/resources/mkosi.md +++ b/mkosi/resources/mkosi.md @@ -200,7 +200,7 @@ Those settings cannot be configured in the configuration files. : Enable additional debugging output. -`--debug-shell=` +`--debug-shell` : When executing a command in the image fails, mkosi will start an interactive shell in the image allowing further debugging.