diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 05:33:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 05:33:42 +0300 |
commit | 536188f027481ca649b9d50871784ff56597ebb0 (patch) | |
tree | 21ffbdb53ad0cdb9924326f29022e95405a549bd /docs/online_duration.md | |
parent | mutual_friends.py: interface update (diff) | |
download | vk-scripts-536188f027481ca649b9d50871784ff56597ebb0.tar.gz vk-scripts-536188f027481ca649b9d50871784ff56597ebb0.zip |
online_duration.py: interface update
Diffstat (limited to '')
-rw-r--r-- | docs/online_duration.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/online_duration.md b/docs/online_duration.md index 7ca7c86..85c1e76 100644 --- a/docs/online_duration.md +++ b/docs/online_duration.md @@ -10,10 +10,9 @@ Run from the top-level directory using `python -m`: ``` > python -m bin.online_duration -h -usage: online_duration.py [-h] [--grouping {user,date,weekday,hour}] - [--input-format {csv,log,null}] - [--output-format {csv,json,plot}] [--from DATE_FROM] - [--to DATE_TO] +usage: online_duration.py [-h] [-g {user,date,weekday,hour}] + [-i {csv,log,null}] [-o {csv,json,plot}] + [-a DATE_FROM] [-b DATE_TO] input [output] ``` |