Cleanup subversion module documentation in regards to export

pull/7430/merge
James Cammarata 10 years ago
parent e8aebcb751
commit 8e111fe82e

@ -72,10 +72,11 @@ options:
the normal mechanism for resolving binary paths will be used. the normal mechanism for resolving binary paths will be used.
export: export:
required: false required: false
default: False default: "no"
choices: [ "yes", "no" ]
version_added: "1.6" version_added: "1.6"
description: description:
- If True, do export instead of checkout/update. - If C(yes), do export instead of checkout/update.
''' '''
EXAMPLES = ''' EXAMPLES = '''

Loading…
Cancel
Save