From 28c1dd9b70d2ab7edf4dd6fba2968604d21c89cd Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Thu, 24 May 2012 04:24:20 +0100 Subject: [PATCH] Fixed a typo in help text. --- msm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msm b/msm index abebe88..a15a13c 100755 --- a/msm +++ b/msm @@ -1032,7 +1032,7 @@ main() { echo -e " status \t\t\t\tShow the running/stopped status of a server" echo -e " connected \t\t\t\tList a servers connected players" echo -e " worlds list \t\t\t\tLists the worlds a server has" - echo -e " worlds load \t\t\t\tCreates links to wolrds in storage for a server" + echo -e " worlds load \t\t\t\tCreates links to worlds in storage for a server" echo -e " worlds ram \t\t\tToggles a world's \"in RAM\" status" echo -e " worlds toram \t\t\tSynchronises any RAM enabled worlds to RAM a server has" echo -e " worlds todisk \t\t\tSynchronises any \"in RAM\" worlds to disk a server has"