Fix bzr module documentation, name is the primary attribute.

This commit is contained in:
Michael DeHaan 2013-03-17 11:53:27 -04:00
parent c2f4c09c21
commit 78f82a089d

4
bzr
View file

@ -28,9 +28,9 @@ short_description: Deploy software (or files) from bzr branches
description:
- Manage I(bzr) branches to deploy files or software.
options:
parent:
name:
required: true
aliases: [ name ]
aliases: [ 'parent' ]
description:
- SSH or HTTP protocol address of the parent branch.
dest: