From 96ee24dc61d431a4b267313da253fbeaf89bbf0e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 10 Mar 2020 01:51:17 +0000 Subject: [PATCH] feature-cli: message formatting tweaks --- modules/feature-cli.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/feature-cli.php b/modules/feature-cli.php index 4a3bcf2..e43da12 100644 --- a/modules/feature-cli.php +++ b/modules/feature-cli.php @@ -116,7 +116,9 @@ function cli_shell() { echo(wordwrap("Welcome to the Pepperminty Wiki CLI shell! Type \"help\" (without quotes) to get help. + Be warned that you are effectively the superuser for your wiki right now, with completely unrestricted access! + ")); while(true) {