diff options
author | Matthew Wild <mwild1@gmail.com> | 2020-06-01 16:14:44 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2020-06-01 16:14:44 +0100 |
commit | 4027f638127cb54cd93675bdc2945a28e9a2adfd (patch) | |
tree | 5453ee9e8de79b4574488b44ab161a77334e4f34 /plugins | |
parent | cdeaa5882177f00e6eb3262c7428486874faab28 (diff) | |
download | prosody-4027f638127cb54cd93675bdc2945a28e9a2adfd.tar.gz prosody-4027f638127cb54cd93675bdc2945a28e9a2adfd.zip |
mod_admin_shell: Remove extra newline at end of help text
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_admin_shell.lua | 1 |
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 -- |