]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/scripts/cli.py
Unicode fixes for platforms with non-native-Unicode filesystems.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / cli.py
index 6419f0a9fad8e3b86347cc17cec6ce8fc4520e70..9f440b029b560455f0bfbf285cbe1fe5b75c0dae 100644 (file)
@@ -22,7 +22,7 @@ class VDriveOptions(BaseOptions, usage.Options):
         ]
 
     def postOptions(self):
-        # FIXME: allow Unicode node-dir
+        # TODO: allow Unicode node-dir
         # compute a node-url from the existing options, put in self['node-url']
         if self['node-directory']:
             if sys.platform == 'win32' and self['node-directory'] == '~/.tahoe':