update docstrings and comments

This commit is contained in:
Nick Sweeting
2019-04-22 14:42:04 -04:00
parent ab68819332
commit 2f0dbeebc1
4 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
__package__ = 'archivebox.cli'
__command__ = 'archivebox schedule'
__description__ = 'Set ArchiveBox to run regularly at a specific time'
__description__ = 'Set ArchiveBox to regularly import URLs at specific times using cron'
import os
import sys