]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/DEBUGGING.md: use an underscore in the kernel command line option
authornl6720 <nl6720@gmail.com>
Mon, 29 Apr 2024 11:39:14 +0000 (14:39 +0300)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 29 Apr 2024 12:16:57 +0000 (14:16 +0200)
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.

docs/DEBUGGING.md

index 3e89a5d8a4a8296a1fb2992db800ddac31331312..175e557e6c766d1dfad064c2b2a226bdc9c3f812 100644 (file)
@@ -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.