From 60c184df1143bedd3912f3cabdcdf58076b4c561 Mon Sep 17 00:00:00 2001 From: David Robert Verelst <dave@dtu.dk> Date: Fri, 5 Aug 2016 10:52:41 +0200 Subject: [PATCH] updated docs --- launch.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/launch.py b/launch.py index 1305189..6a31fff 100755 --- a/launch.py +++ b/launch.py @@ -876,7 +876,9 @@ if __name__ == '__main__': default=False, help='Sort pbs file list. Default=False') parser.add_argument('--crontab', action='store_true', dest='crontab', default=False, help='Crontab mode. Implies --cache, ' - 'and not compatible with --node. Default=False') + 'and not compatible with --node. When all jobs are ' + 'done, crontab -r will remove all the user\' current ' + 'crontab jobs. Default=False') parser.add_argument('--debug', action='store_true', dest='debug', default=False, help='Debug print statements. Default=False') (options, args) = parser.parse_args() -- GitLab