Skip to content

Commit b7770cf

Browse files
authored
Update README.md
1 parent 22523fb commit b7770cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ Require all granted
203203

204204
where the 4 optional arguments have the following meaning
205205

206-
- `start_date` : the start of the date range, e.g. `"2013-09-25"`
207-
- `end_date` : the end of the date range, e.g. `"2013-09-26"`
208-
- `-dir` : the directory to store pickled dictionaries
209-
- `jobids` : individual jobids to pickle
206+
- `start_date` : the start of the date range, e.g. `"2013-09-25"` (default is today)
207+
- `end_date` : the end of the date range, e.g. `"2013-09-26"` (default is `start_date`)
208+
- `-dir` : the directory to store pickled dictionaries (default is set in tacc_stats.ini)
209+
- `-jobids` : individual jobids to pickle (default is all jobs)
210210

211211
No arguments results in all jobs from the previous day getting pickled and stored in the `pickles_dir`
212212
defined in `tacc_stats.ini`. On Stampede argumentless `job_pickles.py` is run every 24 hours as a `cron` job

0 commit comments

Comments
 (0)