Fix incorrect version_added value in docstring for subversion export param
This commit is contained in:
parent
b9ff96f838
commit
973b29e624
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ options:
|
|||
export:
|
||||
required: false
|
||||
default: False
|
||||
version_added: "1.5"
|
||||
version_added: "1.6"
|
||||
description:
|
||||
- If True, do export instead of checkout/update.
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue