diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-19 06:08:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-19 06:08:55 +0300 |
commit | b2c902fa452729ff5ac32e307091398211d6b5a9 (patch) | |
tree | f3cbf59e5c7198a918b497becd47200fde86027d /docs | |
parent | README update (diff) | |
download | vk-scripts-b2c902fa452729ff5ac32e307091398211d6b5a9.tar.gz vk-scripts-b2c902fa452729ff5ac32e307091398211d6b5a9.zip |
README update
Diffstat (limited to 'docs')
-rw-r--r-- | docs/track_status.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/track_status.md b/docs/track_status.md index a682005..0800b44 100644 --- a/docs/track_status.md +++ b/docs/track_status.md @@ -17,7 +17,7 @@ For example: For example (using made up user IDs/"screen names"), - > track_status.py john.doe jane.smith + > python -m bin.track_status john.doe jane.smith [2016-06-18 01:43:34] John Doe is ONLINE. [2016-06-18 01:43:34] John Doe was last seen at 2016-06-18 01:33:58+03:00 using the official iPhone app. [2016-06-18 01:43:34] Jane Smith is OFFLINE. |