diff --git a/launch.py b/launch.py
index 13051895fcf1fb92c86b184d44254ce183c96ba4..6a31fffe0b735a41661f37d04813be1bc86a898f 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()