Changeset

10860:934dca972f2c

mod_admin_shell: Remove extra newline at end of help text
author Matthew Wild <mwild1@gmail.com>
date Mon, 01 Jun 2020 16:14:44 +0100
parents 10859:8de0057b4279
children 10861:e12690a37795
files plugins/mod_admin_shell.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_admin_shell.lua	Mon Jun 01 16:14:06 2020 +0100
+++ b/plugins/mod_admin_shell.lua	Mon Jun 01 16:14:44 2020 +0100
@@ -263,7 +263,6 @@
 		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 --