improve description of project argument

This commit is contained in:
Alan Hamlett 2015-04-02 15:20:10 -07:00
parent 3d17fc343e
commit 1d53a04a7d

View file

@ -154,7 +154,7 @@ def parseArguments(argv):
help='optional https proxy url; for example: '+ help='optional https proxy url; for example: '+
'https://user:pass@localhost:8080') 'https://user:pass@localhost:8080')
parser.add_argument('--project', dest='project_name', parser.add_argument('--project', dest='project_name',
help='optional project name; will auto-discover by default') help='optional project name; auto-discovered project takes priority')
parser.add_argument('--disableoffline', dest='offline', parser.add_argument('--disableoffline', dest='offline',
action='store_false', action='store_false',
help='disables offline time logging instead of queuing logged time') help='disables offline time logging instead of queuing logged time')