Commit 1d39a35b authored by Max Kellermann's avatar Max Kellermann

Merge branch 'use-stderr-option-in-docs' of git://github.com/naglis/MPD

parents 8145f342 902f18fc
...@@ -1081,7 +1081,7 @@ Sometimes, it is helpful to run :program:`MPD` in a terminal and follow what hap ...@@ -1081,7 +1081,7 @@ Sometimes, it is helpful to run :program:`MPD` in a terminal and follow what hap
.. code-block:: none .. code-block:: none
mpd --stdout --no-daemon --verbose mpd --stderr --no-daemon --verbose
Support Support
------- -------
...@@ -1161,7 +1161,7 @@ You can extract the backtrace from a core dump, or by running :program:`MPD` in ...@@ -1161,7 +1161,7 @@ You can extract the backtrace from a core dump, or by running :program:`MPD` in
.. code-block:: none .. code-block:: none
gdb --args mpd --stdout --no-daemon --verbose gdb --args mpd --stderr --no-daemon --verbose
run run
As soon as you have reproduced the crash, type ":command:`bt`" on the As soon as you have reproduced the crash, type ":command:`bt`" on the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment