diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-20 04:55:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-20 04:55:02 +0300 |
commit | f7763db46afdd4834095325643624b1e287b445c (patch) | |
tree | 1b5c2618ce81683966d5f84ef4bec2e0eda56128 /docs/track_status.md | |
parent | online_duration.py: refactoring + Pylint fixes (diff) | |
download | vk-scripts-f7763db46afdd4834095325643624b1e287b445c.tar.gz vk-scripts-f7763db46afdd4834095325643624b1e287b445c.zip |
docs: update
Diffstat (limited to '')
-rw-r--r-- | docs/track_status.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/track_status.md b/docs/track_status.md index 0800b44..bf3759e 100644 --- a/docs/track_status.md +++ b/docs/track_status.md @@ -6,12 +6,11 @@ Track when people go online/offline. Usage ----- -Run from the top-level directory using `python -m`. -For example: +Run from the top-level directory using `python -m`: > python -m bin.track_status -h - usage: track_status.py [-h] [-t TIMEOUT] [-l LOG] - [--output-format {csv,log,null}] [-o OUTPUT] + usage: track_status.py [-h] [-t SECONDS] [-l PATH] + [--output-format {csv,log,null}] [-o PATH] UID [UID ...] ... |