From 255666a09d0c62393400074171aae7c69257d124 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 30 Sep 2015 19:57:20 -0700 Subject: [PATCH] Fix doc build --- windows/win_nssm.py | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/windows/win_nssm.py b/windows/win_nssm.py index 86adacf1a7c..d2a82c12617 100644 --- a/windows/win_nssm.py +++ b/windows/win_nssm.py @@ -35,7 +35,6 @@ options: description: - Name of the service to operate on required: true - state: description: - State of the service on the system @@ -48,35 +47,33 @@ options: - restarted - absent default: started - application: description: - The application binary to run as a service - - Specify this whenever the service may need to be installed (state: present, started, stopped, restarted) - - Note that the application name must look like the following, if the directory includes spaces: - - nssm install service "c:\Program Files\app.exe" """C:\Path with spaces""" - - See commit 0b386fc1984ab74ee59b7bed14b7e8f57212c22b in the nssm.git project for more info (https://git.nssm.cc/?p=nssm.git;a=commit;h=0b386fc1984ab74ee59b7bed14b7e8f57212c22b) + - "Specify this whenever the service may need to be installed (state: present, started, stopped, restarted)" + - "Note that the application name must look like the following, if the directory includes spaces:" + - "nssm install service \\"c:\\Program Files\\app.exe\\" \\"\\"\\"C:\\Path with spaces\\"\\"\\"" + - "See commit 0b386fc1984ab74ee59b7bed14b7e8f57212c22b in the nssm.git project for more info (https://git.nssm.cc/?p=nssm.git;a=commit;h=0b386fc1984ab74ee59b7bed14b7e8f57212c22b)" required: false default: null - stdout_file: description: - Path to receive output required: false default: null - stderr_file: description: - Path to receive error output required: false default: null - app_parameters: description: - Parameters to be passed to the application when it starts required: false default: null -author: "Adam Keech (@smadam813), George Frank (@georgefrank)" +author: + - "Adam Keech (@smadam813)" + - "George Frank (@georgefrank)" ''' EXAMPLES = '''