]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
replace tabs with spaces in the #1441 'tahoe debug' synopsis
authorBrian Warner <warner@lothar.com>
Thu, 11 Aug 2011 17:37:04 +0000 (10:37 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 11 Aug 2011 17:37:04 +0000 (10:37 -0700)
src/allmydata/scripts/debug.py

index a943507b7fd8d23619201e2c174bafd721762715..786f058c31a54ddd1874b5b595cbe3984f1753dd 100644 (file)
@@ -850,14 +850,14 @@ subcommand.
         # See ticket #1441 for why we print different information when
         # run via /usr/bin/tahoe. Note that argv[0] is the full path.
         if sys.argv[0] == '/usr/bin/tahoe':
-           t += """
+            t += """
 To get branch coverage for the Tahoe test suite (on the installed copy of
 Tahoe), install the 'python-coverage' package and then use:
 
     python-coverage run --branch /usr/bin/tahoe debug trial
 """
         else:
-           t += """
+            t += """
 Another debugging feature is that bin%stahoe allows executing an arbitrary
 "runner" command (typically an installed Python script, such as 'coverage'),
 with the Tahoe libraries on the PYTHONPATH. The runner command name is