diff options
author | Naglis Jonaitis <naglis@mailbox.org> | 2020-08-21 14:49:06 +0300 |
---|---|---|
committer | Naglis Jonaitis <naglis@mailbox.org> | 2020-08-21 14:49:06 +0300 |
commit | 902f18fccac0f20d2a34c132f52001023be64e86 (patch) | |
tree | 1c96c2e6b73ad2e8ea2b2420e3958207e199bc2d /doc | |
parent | ddb524b6b2d5cd81564ab8509702b3149b03ecca (diff) |
doc/user.rst: use --stderr option in examples
--stdout was renamed to --stderr in 7261739526.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user.rst b/doc/user.rst index 65467a00a..e48af7489 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -1081,7 +1081,7 @@ Sometimes, it is helpful to run :program:`MPD` in a terminal and follow what hap .. code-block:: none - mpd --stdout --no-daemon --verbose + mpd --stderr --no-daemon --verbose Support ------- @@ -1161,7 +1161,7 @@ You can extract the backtrace from a core dump, or by running :program:`MPD` in .. code-block:: none - gdb --args mpd --stdout --no-daemon --verbose + gdb --args mpd --stderr --no-daemon --verbose run As soon as you have reproduced the crash, type ":command:`bt`" on the |