Typo fix in nxos_file_copy.py (#60659)
Corrected typo in example documentation "local_filr_directory" to "local_file_directory"
This commit is contained in:
parent
06d1705752
commit
c5c270d9f7
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ EXAMPLES = '''
|
|||
nxos_file_copy:
|
||||
file_pull: True
|
||||
local_file: "xyz"
|
||||
local_filr_directory: "dir1/dir2/dir3"
|
||||
local_file_directory: "dir1/dir2/dir3"
|
||||
remote_file: "/mydir/abc"
|
||||
remote_scp_server: "192.168.0.1"
|
||||
remote_scp_server_user: "myUser"
|
||||
|
|
Loading…
Reference in a new issue