From 536188f027481ca649b9d50871784ff56597ebb0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 19 Jul 2016 05:33:42 +0300 Subject: online_duration.py: interface update --- docs/online_duration.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs') 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] ``` -- cgit v1.2.3