From 054b9728b541d9a3e3fa077732ce0bcba6c4f5f5 Mon Sep 17 00:00:00 2001 From: Marc Plano-Lesay Date: Sun, 18 Oct 2015 13:46:39 +0200 Subject: [PATCH] Fix example of Types plugin documentation --- docs/plugins/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/types.rst b/docs/plugins/types.rst index 67742ee0f..9847fec44 100644 --- a/docs/plugins/types.rst +++ b/docs/plugins/types.rst @@ -23,4 +23,4 @@ queries ` to filter them.:: beet ls rating:4..5 beet modify --album "My favorite album" rating=5 - beet modify --album rating:4..5 + beet ls --album rating:4..5