mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
feature-cli: message formatting tweaks
This commit is contained in:
parent
15b83cefa3
commit
96ee24dc61
1 changed files with 2 additions and 0 deletions
|
@ -116,7 +116,9 @@ function cli_shell() {
|
||||||
|
|
||||||
echo(wordwrap("Welcome to the Pepperminty Wiki CLI shell!
|
echo(wordwrap("Welcome to the Pepperminty Wiki CLI shell!
|
||||||
Type \"help\" (without quotes) to get help.
|
Type \"help\" (without quotes) to get help.
|
||||||
|
|
||||||
Be warned that you are effectively the superuser for your wiki right now, with completely unrestricted access!
|
Be warned that you are effectively the superuser for your wiki right now, with completely unrestricted access!
|
||||||
|
|
||||||
"));
|
"));
|
||||||
|
|
||||||
while(true) {
|
while(true) {
|
||||||
|
|
Loading…
Reference in a new issue