diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-11-27 14:50:20 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-11-27 14:50:20 -0500 |
commit | ae6d18dbb4c302735449da003b82266ca6a7fab6 (patch) | |
tree | 13894c97e7c2b0e0986f38cf953044e0622c4df2 | |
parent | 40bbbe669a956834c5a4a0fcd3fd1568e36d1f09 (diff) | |
download | lite-xl-plugin-manager-ae6d18dbb4c302735449da003b82266ca6a7fab6.tar.gz lite-xl-plugin-manager-ae6d18dbb4c302735449da003b82266ca6a7fab6.zip |
Removed documentation for non-existent command.
-rw-r--r-- | src/lpm.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lpm.lua b/src/lpm.lua index afbbd2d..f463940 100644 --- a/src/lpm.lua +++ b/src/lpm.lua @@ -2094,10 +2094,6 @@ It has the following commands: lpm describe [bottle] Describes the bottle specified in the form of a list of commands, that allow someone else to run your configuration. - lpm table <manifest path> [readme path] Formats a markdown table of all specified - addons. Dumps to stdout normally, but if - supplied a readme, will remove all tables - from the readme, and append the new one. lpm purge Completely purge all state for LPM. lpm - Read these commands from stdin in |