Skip to content

Commit

Permalink
changed the help page for get_results to say end time for -E
Browse files Browse the repository at this point in the history
  • Loading branch information
cadejager committed Aug 3, 2016
1 parent bb8699b commit 1a73575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PAV/plugins/getResultsPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def add_parser_info(self, subparser):
parser_gr.add_argument('-S', nargs=1, metavar='<time>', help="start time (HH:MM:SS), default is at 00:00:00")

parser_gr.add_argument('-e', nargs=1, metavar='<date>', help="end date (yyyy-mm-dd), default today")
parser_gr.add_argument('-E', nargs=1, metavar='<time>', help="start time (HH:MM:SS), default is at 23:59:59")
parser_gr.add_argument('-E', nargs=1, metavar='<time>', help="end time (HH:MM:SS), default is at 23:59:59")

parser_gr.add_argument('-t', nargs=1, metavar='<string>', help="test name to match on")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'author': 'DOE',
'download_url': 'https://github.com/losalamos/Pavilion',
'author_email': '[email protected]',
'version': '1.1.6',
'version': '1.1.7',
'packages': ['PAV', 'test'],
'name': 'pavilion'
}
Expand Down

0 comments on commit 1a73575

Please sign in to comment.