diff options
Diffstat (limited to '')
-rw-r--r-- | bin/online_duration.py (renamed from online_duration.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/online_duration.py b/bin/online_duration.py index d2d9e34..ca6fd66 100644 --- a/online_duration.py +++ b/bin/online_duration.py @@ -310,7 +310,7 @@ if __name__ == '__main__': import argparse parser = argparse.ArgumentParser( - description='View the amount of time people spent online.') + description='View/visualize the amount of time people spend online.') def grouping(s): try: |