From 4f757a5add6f88ff3fe8f4158ab851288092e707 Mon Sep 17 00:00:00 2001 From: kaliko Date: Sun, 3 Feb 2019 10:38:34 +0100 Subject: [PATCH] Fixed protocol documentation * "lsinfo" argument is optional * "tagtypes disable" arguments are mandatory (typo) --- doc/protocol.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/protocol.rst b/doc/protocol.rst index 8bfdf2271..c6b1945d2 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -909,7 +909,7 @@ The music database .. _command_lsinfo: -:command:`lsinfo {URI}` +:command:`lsinfo [URI]` Lists the contents of the directory ``URI``. The response contains records starting with ``file``, @@ -1131,7 +1131,7 @@ Connection settings ``tagtypes`` sub commands configure this list. -:command:`tagtypes disable {NAME...]` +:command:`tagtypes disable {NAME...}` Remove one or more tags from the list of tag types the client is interested in. These will be omitted from responses to this client.