From 4f29eaa71cc440d0df236e70edaa652e407d9d20 Mon Sep 17 00:00:00 2001 From: Spencer Nelson Date: Tue, 22 Dec 2015 10:25:54 -0500 Subject: [PATCH] docs/plugins/dev: fix lektor plugins command usage --- content/docs/plugins/dev/contents.lr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/plugins/dev/contents.lr b/content/docs/plugins/dev/contents.lr index 58ca1c82..7f443a7e 100644 --- a/content/docs/plugins/dev/contents.lr +++ b/content/docs/plugins/dev/contents.lr @@ -108,10 +108,10 @@ class HelloWorldPlugin(Plugin): If you now start your lektor server with `lektor server` you should see some output that indicates that the plugin was loaded. You can also -get a list with `lektor plugins`: +get a list with `lektor plugins list`: ``` -$ lektor plugins +$ lektor plugins list hello-world: Hello World This is a demo plugin for testing purposes. path: /Users/john/demo/packages/hello-world