Description: Show the correct help for the marks command, not push help
Author: Stefano Rivera <stefanor@debian.org>
Last-Update: 2012-12-07
Forwarded: https://github.com/termie/git-bzr-ng/pull/51

--- a/git-bzr
+++ b/git-bzr
@@ -640,8 +640,8 @@
 
 
 def cmd_marks(args):
-  parser = optparse.OptionParser(usage='git bzr push <url>')
-  parser.description = ('Effectively a bzr push <url>')
+  parser = optparse.OptionParser(usage='git bzr marks')
+  parser.description = ('Show the current marks files for a branch')
   parser.add_option('--git', action='store_true', dest='git',
                     default=True,
                     help='show the git marks file')
