mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
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:
parent
ba4c69a0c6
commit
92ecff6098
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user