From: David Stainton Date: Wed, 15 Jul 2015 22:14:18 +0000 (-0700) Subject: wrap long line and spell magic folder without hyphen X-Git-Url: https://git.rkrishnan.org/specifications/banana.xhtml?a=commitdiff_plain;h=f6b49a00e18b84438af08f45fdcc4680678eb171;p=tahoe-lafs%2Ftahoe-lafs.git wrap long line and spell magic folder without hyphen --- diff --git a/src/allmydata/scripts/magic_folder_cli.py b/src/allmydata/scripts/magic_folder_cli.py index 50fec480..ebe30a13 100644 --- a/src/allmydata/scripts/magic_folder_cli.py +++ b/src/allmydata/scripts/magic_folder_cli.py @@ -178,7 +178,8 @@ def do_magic_folder(options): return f(so) subCommands = [ - ["magic-folder", None, MagicFolderCommand, "magic-folder subcommands: use 'tahoe magic-folder' for a list."], + ["magic-folder", None, MagicFolderCommand, + "Magic Folder subcommands: use 'tahoe magic-folder' for a list."], ] dispatch = {