aboutsummaryrefslogtreecommitdiff
path: root/src/lpm.lua
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-11-27 22:03:14 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-11-27 22:03:14 -0500
commitba0a9f9b3333c9a45a5fc5979657d9113698efc3 (patch)
tree421031826601d4c06c177c815bc42edbb329db19 /src/lpm.lua
parent82e39386d256f9af0e383b0404747400b5a39dcd (diff)
downloadlite-xl-plugin-manager-ba0a9f9b3333c9a45a5fc5979657d9113698efc3.tar.gz
lite-xl-plugin-manager-ba0a9f9b3333c9a45a5fc5979657d9113698efc3.zip
Guldo's spelling fixes.
Diffstat (limited to 'src/lpm.lua')
-rw-r--r--src/lpm.lua9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lpm.lua b/src/lpm.lua
index 5f1ed8c..e6c3b27 100644
--- a/src/lpm.lua
+++ b/src/lpm.lua
@@ -2031,9 +2031,10 @@ It's designed to install packages from our central github repository (and
affiliated repositories), directly into your lite-xl user directory. It can
be called independently, or from the lite-xl `plugin_manager` addon.
-LPM will always use ]] .. DEFAULT_REPO_URL .. [[
+LPM will always use
+]] .. DEFAULT_REPO_URL .. [[
as its base repository, if none are present, and the cache directory
-does't exist, but others can be added, and this base one can be removed.
+doesn't exist, but others can be added, and this base one can be removed.
It has the following commands:
@@ -2087,7 +2088,7 @@ It has the following commands:
path can be specified.
lpm lite-xl list [name pattern] Lists all installed versions of
[...filters] lite-xl. Can specify the flags listed
- in the filtering seciton.
+ in the filtering section.
lpm run <version> [...addons] Sets up a "bottle" to run the specified
lite version, with the specified addons
and then opens it.
@@ -2124,7 +2125,7 @@ Flags have the following effects:
to all.
--no-install-optional On install, anything marked as optional
won't prompt.
- --trace Dumps to STDERR useful debugging information, in
+ --trace Dumps to stderr useful debugging information, in
particular information relating to SSL connections,
and other network activity.
--progress For JSON mode, lines of progress as JSON objects.