Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 1a73575

Browse files
committed
changed the help page for get_results to say end time for -E
1 parent bb8699b commit 1a73575

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PAV/plugins/getResultsPlugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def add_parser_info(self, subparser):
8888
parser_gr.add_argument('-S', nargs=1, metavar='<time>', help="start time (HH:MM:SS), default is at 00:00:00")
8989

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

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'author': 'DOE',
1010
'download_url': 'https://github.com/losalamos/Pavilion',
1111
'author_email': 'dejager@lanl.gov',
12-
'version': '1.1.6',
12+
'version': '1.1.7',
1313
'packages': ['PAV', 'test'],
1414
'name': 'pavilion'
1515
}

0 commit comments

Comments
 (0)