From eb0d763e57b5f88a062a0961625249d0e0cf9fd7 Mon Sep 17 00:00:00 2001 From: David Robert Verelst <dave@dtu.dk> Date: Fri, 5 Aug 2016 10:53:17 +0200 Subject: [PATCH] updated docs --- launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.py b/launch.py index 6a31fff..778fd56 100755 --- a/launch.py +++ b/launch.py @@ -877,7 +877,7 @@ if __name__ == '__main__': parser.add_argument('--crontab', action='store_true', dest='crontab', default=False, help='Crontab mode. Implies --cache, ' 'and not compatible with --node. When all jobs are ' - 'done, crontab -r will remove all the user\' current ' + 'done, crontab -r will remove all the user\'s current ' 'crontab jobs. Default=False') parser.add_argument('--debug', action='store_true', dest='debug', default=False, help='Debug print statements. Default=False') -- GitLab