From 47b8ba1f7859e50a772e3dacbe44b5a01fd13e5a Mon Sep 17 00:00:00 2001 From: khuxkm Date: Fri, 8 Jun 2018 17:14:56 -0400 Subject: [PATCH] Rebrand tildelauncher --- tilde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tilde b/tilde index 4f85d09..2ced7b1 100755 --- a/tilde +++ b/tilde @@ -26,14 +26,14 @@ class TildeLauncher: COMMANDS = ["help","contrib","chat"] - USAGE = dict(help="\n Displays this menu",contrib=" \n Your gateway to programs made by townies,\n for townies!",chat="\n An IRC chatroom.") + USAGE = dict(help="\n Displays this menu",contrib=" \n Your gateway to programs made by teammates,\n for teammates!",chat="\n An IRC chatroom.") def __init__(self,prog_dir): self.progdir = prog_dir self.tc = TildeContrib(prog_dir) def base(self): - print """ Welcome to tilde.town :) this program is your gateway to town-specific + print """ Welcome to tilde.team :) this program is your gateway to team-specific commands and features. Run tilde help to see the sort of things you can do.""" def help(self,argv):