From 78f82a089d485b0407fe00e7a76df0bfd2605160 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 17 Mar 2013 11:53:27 -0400 Subject: [PATCH] Fix bzr module documentation, name is the primary attribute. --- bzr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bzr b/bzr index 2d6a22d9212..a5bb396c5af 100644 --- a/bzr +++ b/bzr @@ -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: