diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 23:29:23 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 23:29:23 +0300 |
commit | 00a87519cce24d130f193cf8d2a540469f38efdc (patch) | |
tree | 1138bc4bfb8634dfa5f4fef7fb7621f51fd4cee2 /docs/track_status.md | |
parent | minimize Pylint configuration (diff) | |
download | vk-scripts-00a87519cce24d130f193cf8d2a540469f38efdc.tar.gz vk-scripts-00a87519cce24d130f193cf8d2a540469f38efdc.zip |
online_duration.py -> online_sessions.py
Diffstat (limited to 'docs/track_status.md')
-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 be4764a..8fe0746 100644 --- a/docs/track_status.md +++ b/docs/track_status.md @@ -30,11 +30,11 @@ For example (using made up user IDs/"screen names"), By default, the script produces a human-readable log. Use the `--log` parameter to write the log to a file. If you want to record when people go online/offline for further analysis using -[online_duration.py], specify the path to a database using the `--output` +[online_sessions.py], specify the path to a database using the `--output` parameter. Be careful: if the file already exists, it will be overwritten! -[online_duration.py]: online_duration.md +[online_sessions.py]: online_sessions.md See also -------- |