From ebfd762fe6b998eebc787f6d2c13c19bb63b0361 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Thu, 28 Mar 2019 16:23:07 +0000 Subject: [PATCH] Added missing documentation The upload include and exclude flags had missing documentation. These have been added. Issue #125 --- docs/usr-configuration.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/usr-configuration.rst b/docs/usr-configuration.rst index a825ef7..7214ced 100644 --- a/docs/usr-configuration.rst +++ b/docs/usr-configuration.rst @@ -393,6 +393,11 @@ This section contains a list of parameters that may be used in either of the hos +-------------------+------------------------------------------------------------------------------------------------------------------------+ | user | Used to supply your user name on the HPC machine. This is the user name that you would normally use with SSH. | +-------------------+------------------------------------------------------------------------------------------------------------------------+ +| upload-include | Normally this is set internally by Longbow. However sometimes it is necessary to upload files that Longbow cannot | +| | detect by itself. A comma separated list of files given here will be included in the list of files to upload. | ++-------------------+------------------------------------------------------------------------------------------------------------------------+ +| upload-exclude | This is not available to be set. Longbow always sets the '*' wildcard for this and is not available for override. | ++-------------------+------------------------------------------------------------------------------------------------------------------------+ Default values ==============