improved description in header

This commit is contained in:
Alan Hamlett 2013-12-20 16:36:32 +01:00
parent 571d2f3c92
commit ade6084819
1 changed files with 3 additions and 4 deletions

View File

@ -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')