docs/DEBUGGING.md: use an underscore in the kernel command line option

systemd-debug-generator(8) lists it as `systemd.debug_shell`.

According to 1d84ad9445, kernel command
line options should use an underscore instead of a dash.
This commit is contained in:
nl6720 2024-04-29 14:39:14 +03:00 committed by Luca Boccassi
parent ba4c69a0c6
commit 92ecff6098

View 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.