We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfb487 commit 9af7545Copy full SHA for 9af7545
git-bzr
@@ -642,8 +642,8 @@ def cmd_clear(args):
642
643
644
def cmd_marks(args):
645
- parser = optparse.OptionParser(usage='git bzr push <url>')
646
- parser.description = ('Effectively a bzr push <url>')
+ parser = optparse.OptionParser(usage='git bzr marks')
+ parser.description = ('Print all marks')
647
parser.add_option('--git', action='store_true', dest='git',
648
default=True,
649
help='show the git marks file')
0 commit comments