Correct typo in net_command docs (#20976)
This commit is contained in:
parent
28060a4c47
commit
467fde5644
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ DOCUMENTATION = """
|
|||
module: net_command
|
||||
version_added: "2.3"
|
||||
author: "Peter Sprygada (@privateip)"
|
||||
short_description: Executes a common on a remote network device
|
||||
short_description: Executes a command on a remote network device
|
||||
description:
|
||||
- This module will take the command and execute it on the remote
|
||||
device in a CLI shell. The command will output will be returned
|
||||
|
|
Loading…
Reference in a new issue