From: nl6720 Date: Mon, 29 Apr 2024 11:39:14 +0000 (+0300) Subject: docs/DEBUGGING.md: use an underscore in the kernel command line option X-Git-Tag: v256-rc2~167 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92ecff609830ec3599eb706eba9df984de2c39c2;p=thirdparty%2Fsystemd.git docs/DEBUGGING.md: use an underscore in the kernel command line option systemd-debug-generator(8) lists it as `systemd.debug_shell`. According to 1d84ad944520fc3e062ef518c4db4e1d3a1866af, kernel command line options should use an underscore instead of a dash. --- diff --git a/docs/DEBUGGING.md b/docs/DEBUGGING.md index 3e89a5d8a4a..175e557e6c7 100644 --- a/docs/DEBUGGING.md +++ b/docs/DEBUGGING.md @@ -93,7 +93,7 @@ systemctl enable debug-shell.service or by specifying ```sh -systemd.debug-shell=1 +systemd.debug_shell=1 ``` on the kernel command line.