improve description of project argument

This commit is contained in:
Alan Hamlett 2015-04-02 15:20:10 -07:00
parent 3d17fc343e
commit 1d53a04a7d
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ def parseArguments(argv):
help='optional https proxy url; for example: '+
'https://user:pass@localhost:8080')
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',
action='store_false',
help='disables offline time logging instead of queuing logged time')