Cleanup subversion module documentation in regards to export
This commit is contained in:
parent
ac47d04aa2
commit
c76535d911
1 changed files with 3 additions and 2 deletions
|
@ -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…
Reference in a new issue