From ade608481933ea938af3ea0c4c74ea39e179ddf2 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Fri, 20 Dec 2013 16:36:32 +0100 Subject: [PATCH] improved description in header --- wakatime/__init__.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wakatime/__init__.py b/wakatime/__init__.py index c46bd46..9ab7183 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -3,9 +3,8 @@ wakatime ~~~~~~~~ - Common interface to WakaTime.com for most text editor plugins. - WakaTime.com is fully automatic time tracking for text editors. - More info at http://wakatime.com + Common interface to the WakaTime api. + http://wakatime.com :copyright: (c) 2013 Alan Hamlett. :license: BSD, see LICENSE for more details. @@ -135,7 +134,7 @@ def parseArguments(argv): # define supported command line arguments parser = argparse.ArgumentParser( - description='Wakati.Me event api appender') + description='Common interface for the WakaTime api.') parser.add_argument('--file', dest='targetFile', metavar='file', action=FileAction, required=True, help='absolute path to file for current action')