diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-05-05 16:25:13 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-05-05 16:25:13 +0100 |
commit | b504f873e7bf2ab6bd62c9ae18241c72fe5e583f (patch) | |
tree | 8d54fb08b9d081754f1f558a2249aefdc53bbd4a | |
parent | 6556394e75a826bff865cfacb0b681812372e064 (diff) | |
download | prosody-b504f873e7bf2ab6bd62c9ae18241c72fe5e583f.tar.gz prosody-b504f873e7bf2ab6bd62c9ae18241c72fe5e583f.zip |
prosodyctl: Reformat note to fit in small-width terminals
-rwxr-xr-x | prosodyctl | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -318,9 +318,10 @@ function commands.status(arg) else show_message("Prosody is not running"); if not switched_user and current_uid ~= 0 then - print("\nNote: You will also see this if prosodyctl is not running under the same"); - print(" user account as Prosody. Try running as root (e.g. with 'sudo' in front) to"); - print(" gain access to Prosody's real status."); + print("\nNote:") + print(" You will also see this if prosodyctl is not running under"); + print(" the same user account as Prosody. Try running as root (e.g. "); + print(" with 'sudo' in front) to gain access to Prosody's real status."); end return 2 end |