aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_admin_shell.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2020-06-01 16:14:44 +0100
committerMatthew Wild <mwild1@gmail.com>2020-06-01 16:14:44 +0100
commitf554caa3ac8cd7c7c8223d121f59947e9f0ded68 (patch)
tree5453ee9e8de79b4574488b44ab161a77334e4f34 /plugins/mod_admin_shell.lua
parente703759258ebed21e3a0aa5e55a163b22fd9d91b (diff)
downloadprosody-f554caa3ac8cd7c7c8223d121f59947e9f0ded68.tar.gz
prosody-f554caa3ac8cd7c7c8223d121f59947e9f0ded68.zip
mod_admin_shell: Remove extra newline at end of help text
Diffstat (limited to 'plugins/mod_admin_shell.lua')
-rw-r--r--plugins/mod_admin_shell.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mod_admin_shell.lua b/plugins/mod_admin_shell.lua
index b94ab07b..a38bd000 100644
--- a/plugins/mod_admin_shell.lua
+++ b/plugins/mod_admin_shell.lua
@@ -263,7 +263,6 @@ function commands.help(session, data)
print [[you can prefix a command with > to escape the console sandbox, and access everything in]]
print [[the running server. Great fun, but be careful not to break anything :)]]
end
- print [[]]
end
-- Session environment --