From: David Stainton <dstainton415@gmail.com>
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/%5B/%5D%20/uri/vdrive/COPYING.GPL?a=commitdiff_plain;h=3b6f51abdcb62bda8b84c3d50d86158ceeaf3f91;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 = {