diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 05:36:19 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 05:36:19 +0300 |
commit | 9e041fa933b0b7e9cde65b13bce0e993ead0e95f (patch) | |
tree | ca64d177db4ff483e8abd35ad759adb45cf0b55f /docs | |
parent | online_duration.py: interface update (diff) | |
download | vk-scripts-9e041fa933b0b7e9cde65b13bce0e993ead0e95f.tar.gz vk-scripts-9e041fa933b0b7e9cde65b13bce0e993ead0e95f.zip |
track_status.py: interface update
Diffstat (limited to 'docs')
-rw-r--r-- | docs/track_status.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/track_status.md b/docs/track_status.md index bf3759e..be4764a 100644 --- a/docs/track_status.md +++ b/docs/track_status.md @@ -9,8 +9,8 @@ Usage Run from the top-level directory using `python -m`: > python -m bin.track_status -h - usage: track_status.py [-h] [-t SECONDS] [-l PATH] - [--output-format {csv,log,null}] [-o PATH] + usage: track_status.py [-h] [-t SECONDS] [-l PATH] [-f {csv,log,null}] + [-o PATH] UID [UID ...] ... |