Rev 3775: Add a trailing period for the option '--raw' in http://bzr.arbash-meinel.com/branches/bzr/1.8-dev/dump_btree

John Arbash Meinel john at arbash-meinel.com
Fri Oct 10 20:15:24 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.8-dev/dump_btree

------------------------------------------------------------
revno: 3775
revision-id: john at arbash-meinel.com-20081010191519-jrqt2sf7jw4u392o
parent: john at arbash-meinel.com-20081010185341-bbrdlq1ydy2ovnv7
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: dump_btree
timestamp: Fri 2008-10-10 14:15:19 -0500
message:
  Add a trailing period for the option '--raw'
-------------- next part --------------
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py	2008-10-10 18:53:41 +0000
+++ b/bzrlib/builtins.py	2008-10-10 19:15:19 +0000
@@ -277,7 +277,7 @@
     encoding_type = 'exact'
     takes_args = ['path']
     takes_options = [Option('raw', help='Write the uncompressed bytes out,'
-                                        ' rather than the parsed tuples'),
+                                        ' rather than the parsed tuples.'),
                     ]
 
     def run(self, path, raw=False):



More information about the bazaar-commits mailing list