Doc: fix invalid commands

This commit is contained in:
李通洲
2024-02-20 14:48:31 +08:00
parent 5b20a86d53
commit 90e99bcf69
+1 -1
View File
@@ -46,7 +46,7 @@ Output of `fastfetch --list-features`:
Paste the stacktrace here. You may get it with:
```
$ gdb -q -ex 'set confirm off' -ex run -ex 'bt full' -ex quit --args /path/to/fastfetch --no-buffer
$ gdb -q -ex 'set confirm off' -ex run -ex 'bt full' -ex quit --args /path/to/fastfetch
```
If you are able to identify which module crashed, the strace can be helpful too