From 4f8abd981a960c238aba87b20516b5f7fc300702 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Fri, 14 Dec 2012 10:59:48 +0100 Subject: [PATCH] fix and clarify 'script' docs --- library/script | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/library/script b/library/script index 4f26ec2225..054f4a807d 100644 --- a/library/script +++ b/library/script @@ -4,12 +4,13 @@ DOCUMENTATION = """ module: script short_description: Runs a local script on a remote node description: - - The command module takes the script name followed by a list of space-delimited arguments. - - The given command will be processed through the shell environment. + - The M(script) module takes the script name followed by a list of space-delimited arguments. + - The given script will be processed through the shell environment. + - See also the M(command) and M(shell) modules. options: free_form: description: - - the command module takes a free form command to run + - path to the local script file followed by optional arguments. required: true default: null aliases: []