improved description in header
This commit is contained in:
parent
571d2f3c92
commit
ade6084819
1 changed files with 3 additions and 4 deletions
|
@ -3,9 +3,8 @@
|
||||||
wakatime
|
wakatime
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
||||||
Common interface to WakaTime.com for most text editor plugins.
|
Common interface to the WakaTime api.
|
||||||
WakaTime.com is fully automatic time tracking for text editors.
|
http://wakatime.com
|
||||||
More info at http://wakatime.com
|
|
||||||
|
|
||||||
:copyright: (c) 2013 Alan Hamlett.
|
:copyright: (c) 2013 Alan Hamlett.
|
||||||
:license: BSD, see LICENSE for more details.
|
:license: BSD, see LICENSE for more details.
|
||||||
|
@ -135,7 +134,7 @@ def parseArguments(argv):
|
||||||
|
|
||||||
# define supported command line arguments
|
# define supported command line arguments
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description='Wakati.Me event api appender')
|
description='Common interface for the WakaTime api.')
|
||||||
parser.add_argument('--file', dest='targetFile', metavar='file',
|
parser.add_argument('--file', dest='targetFile', metavar='file',
|
||||||
action=FileAction, required=True,
|
action=FileAction, required=True,
|
||||||
help='absolute path to file for current action')
|
help='absolute path to file for current action')
|
||||||
|
|
Loading…
Reference in a new issue