From 47b692f9ae14b47556977a3e5e092e32945174e9 Mon Sep 17 00:00:00 2001 From: Robby- Date: Sun, 29 Sep 2013 19:47:35 +0200 Subject: [PATCH] os_session: Add some empty lines to the session help command to improve readability. --- modules/commands/os_session.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/commands/os_session.cpp b/modules/commands/os_session.cpp index 790156a06..8ed2a5889 100644 --- a/modules/commands/os_session.cpp +++ b/modules/commands/os_session.cpp @@ -261,13 +261,16 @@ class CommandOSSession : public Command this->SendSyntax(source); source.Reply(" "); source.Reply(_("Allows Services Operators to view the session list.\n" + " \n" "\002SESSION LIST\002 lists hosts with at least \037threshold\037 sessions.\n" "The threshold must be a number greater than 1. This is to\n" "prevent accidental listing of the large number of single\n" "session hosts.\n" + " \n" "\002SESSION VIEW\002 displays detailed information about a specific\n" "host - including the current session count and session limit.\n" "The \037host\037 value may not include wildcards.\n" + " \n" "See the \002EXCEPTION\002 help for more information about session\n" "limiting and how to set session limits specific to certain\n" "hosts and groups thereof."));