Skip to content
Snippets Groups Projects
Commit 60c184df authored by David Verelst's avatar David Verelst
Browse files

updated docs

parent 477c6062
No related branches found
No related tags found
No related merge requests found
...@@ -876,7 +876,9 @@ if __name__ == '__main__': ...@@ -876,7 +876,9 @@ if __name__ == '__main__':
default=False, help='Sort pbs file list. Default=False') default=False, help='Sort pbs file list. Default=False')
parser.add_argument('--crontab', action='store_true', dest='crontab', parser.add_argument('--crontab', action='store_true', dest='crontab',
default=False, help='Crontab mode. Implies --cache, ' 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', parser.add_argument('--debug', action='store_true', dest='debug',
default=False, help='Debug print statements. Default=False') default=False, help='Debug print statements. Default=False')
(options, args) = parser.parse_args() (options, args) = parser.parse_args()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment