Mercurial > hg > cc > cirrus_work
changeset 215:d2c4fec1ed21
correct Usage
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 15 Feb 2024 22:31:09 +0000 |
parents | 94072b090fdd |
children | 6932cba4b180 |
files | bin/by_interval.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/by_interval.py Thu Feb 15 22:30:40 2024 +0000 +++ b/bin/by_interval.py Thu Feb 15 22:31:09 2024 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/python3 '''Split stamped data by time interval, e.g. year or month -Usage: origin-interval output-dir by_interval.py interval-file sorted-ks-file.tsv [field] +Usage: by_interval.py origin-interval output-dir interval-file sorted-ks-file.tsv [field] If field is given, ks-file is tsv and stamp is in that field, which, as for cut, is 1-origin. Interval IDs are assumed to be sequential numbers. '''