Skip to content

Commit 9af7545

Browse files
committed
marks: use proper usage/description
1 parent 2dfb487 commit 9af7545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-bzr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,8 @@ def cmd_clear(args):
642642

643643

644644
def cmd_marks(args):
645-
parser = optparse.OptionParser(usage='git bzr push <url>')
646-
parser.description = ('Effectively a bzr push <url>')
645+
parser = optparse.OptionParser(usage='git bzr marks')
646+
parser.description = ('Print all marks')
647647
parser.add_option('--git', action='store_true', dest='git',
648648
default=True,
649649
help='show the git marks file')

0 commit comments

Comments
 (0)