From 975c79c1e6868e67a99001fffe59bf5f2f49b77f Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 8 Sep 2012 23:50:28 +0200 Subject: [PATCH] Remove invalid Sphinx text role --- docs/changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 963802d4..204f1193 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -18,7 +18,7 @@ v0.8 (in development) Track position and CPID was intermixed, so it would cause a crash if a CPID matching the track position didn't exist. (Fixes: :issue:`162`) -- Added :option:`--list-deps` option to :cmd:`mopidy` command that lists +- Added :option:`--list-deps` option to the `mopidy` command that lists required and optional dependencies, their current versions, and some other information useful for debugging. (Fixes: :issue:`74`)