Spell magic folder without the hyphen

This commit is contained in:
David Stainton 2015-07-15 15:11:26 -07:00 committed by Daira Hopwood
parent 847e8e99e9
commit 3612ca0504

View File

@ -147,9 +147,9 @@ def join(options):
class MagicFolderCommand(BaseOptions): class MagicFolderCommand(BaseOptions):
subCommands = [ subCommands = [
["create", None, CreateOptions, "Create a Magic-Folder."], ["create", None, CreateOptions, "Create a Magic Folder."],
["invite", None, InviteOptions, "Invite someone to a Magic-Folder."], ["invite", None, InviteOptions, "Invite someone to a Magic Folder."],
["join", None, JoinOptions, "Join a Magic-Folder."], ["join", None, JoinOptions, "Join a Magic Folder."],
] ]
def postOptions(self): def postOptions(self):
if not hasattr(self, 'subOptions'): if not hasattr(self, 'subOptions'):