50
50
--product fooproduct
52
52
takes_args = ['branch_url']
55
'launchpad product short name to associate with the branch',
55
'Launchpad product short name to associate with the branch.',
57
57
Option('branch-name',
58
'short name for the branch; '
59
'by default taken from the last component of the url',
58
'Short name for the branch; '
59
'by default taken from the last component of the url.',
61
61
Option('branch-title',
62
'one-sentence description of the branch',
62
'One-sentence description of the branch.',
64
64
Option('branch-description',
65
'longer description of the purpose or contents of the branch',
65
'Longer description of the purpose or contents of the branch.',
68
'email of the branch\'s author, if not yourself',
68
"Branch author's email address, if not yourself.",
71
'the bug this branch fixes',
71
'The bug this branch fixes.',
74
'prepare the request but don\'t actually send it')
74
'Prepare the request but don\'t actually send it.')