From b0eff5d40d5af5a39c5657eca86c2468d789538c Mon Sep 17 00:00:00 2001 From: David Robert Verelst <dave@dtu.dk> Date: Fri, 5 Aug 2016 10:41:25 +0200 Subject: [PATCH] updated docs --- launch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launch.py b/launch.py index 8900a74..881f10a 100755 --- a/launch.py +++ b/launch.py @@ -824,12 +824,12 @@ class Scheduler: if __name__ == '__main__': # parse the arguments, only relevant when using as a command line utility - parser = OptionParser(usage = '%prog -n nr_cpus \n' + parser = OptionParser(usage='\n%prog -n nr_cpus \n\n' '%prog --crontab when running a single iteruation of ' '%prog as a crontab job every 5 minutes. File list ' 'is read from "launch_pbs_filelist.txt", and the ' 'configuration can be changed on the fly by editing ' - ' the file "launch_scheduler_config.txt".') + 'the file "launch_scheduler_config.txt".') parser.add_argument = parser.add_option parser.add_argument('--depend', dest='depend', action='store_true', default=False, help='Switch on for launch depend method') -- GitLab