Typos in help messages in bzrlib/builtins.py

Jos Backus jos at catnook.com
Thu Apr 6 04:02:10 BST 2006


Neither `=metadir' nor `-metadir' are recognized here. Fix:

--- a/bzrlib/builtins.py                                                       
+++ b/bzrlib/builtins.py
@@ -875,7 +875,7 @@
                      Option('format', 
                             help='Create a specific format rather than the'
                                  ' current default format. Currently this '
-                                 ' option only accepts =metadir',
+                                 ' option only accepts "metadir"',
                             type=get_format_type),
                      ]
     def run(self, location=None, format=None):
@@ -1578,7 +1578,7 @@
                      Option('format', 
                             help='Upgrade to a specific format rather than the'
                                  ' current default format. Currently this'
-                                 ' option only accepts -metadir and -knit'
+                                 ' option only accepts "metadir" and "knit".'
                                  ' WARNING: the knit format is currently'
                                  ' unstable and only for experimental use.',
                             type=get_format_type),

-- 
Jos Backus
jos at catnook.com




More information about the bazaar mailing list