From 5954d7a19a2875571aec7b742a4ddb3149968f53 Mon Sep 17 00:00:00 2001 From: myk002 Date: Thu, 28 Jul 2022 05:32:30 -0700 Subject: [PATCH] make docs for plug match the implementation --- docs/builtins/plug.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/builtins/plug.rst b/docs/builtins/plug.rst index 26699d400..963660bbb 100644 --- a/docs/builtins/plug.rst +++ b/docs/builtins/plug.rst @@ -11,5 +11,4 @@ Usage: ``plug`` Lists available plugins and whether they are enabled. ``plug [ ...]`` - Shows the commands implemented by the named plugins and whether the plugins - are enabled. + Lists only the named plugins.