diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-18 05:40:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-18 05:40:18 +0300 |
commit | d484c1f51f098ec6394c24cbb9fa2410305eb246 (patch) | |
tree | 96df7b0e0c1251b132083b95072203d3c651e5fe | |
parent | online_streak_duration.py -> /online_duration.py (diff) | |
download | vk-scripts-d484c1f51f098ec6394c24cbb9fa2410305eb246.tar.gz vk-scripts-d484c1f51f098ec6394c24cbb9fa2410305eb246.zip |
online_duration.py: usage message update
-rw-r--r-- | online_duration.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/online_duration.py b/online_duration.py index 701d189..317b987 100644 --- a/online_duration.py +++ b/online_duration.py @@ -287,7 +287,8 @@ class OutputFormat(Enum): if __name__ == '__main__': import argparse - parser = argparse.ArgumentParser() + parser = argparse.ArgumentParser( + description='View the amount of time people spent online.') def grouping(s): try: |