Skip to content

Commit d176078

Browse files
committed
updated help message with 'raw data' to 'raw messages data
1 parent 791e0bb commit d176078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mno_analysis_tools/compute_window_of_downtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
parser.add_argument("raw_messages_file_path", metavar="input-file",
1717
help="File to read the raw messages data downloaded as JSON")
1818
parser.add_argument("window_of_downtimes_output_file_path", metavar="output-file",
19-
help="File to write the raw data downloaded as json.")
19+
help="File to write the raw messages data downloaded as jSON.")
2020
parser.add_argument("target_operator", metavar="operator",
2121
help="Operator to analyze for downtime")
2222
parser.add_argument("target_message_direction", metavar="direction-of-message", choices=('in', 'out'),

0 commit comments

Comments
 (0)