Skip to content

Commit 791e0bb

Browse files
Swap words on parser help message for clarity
Co-Authored-By: Isaack Mwenda <[email protected]>
1 parent e9f391d commit 791e0bb

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
@@ -14,7 +14,7 @@
1414
parser = argparse.ArgumentParser(
1515
description="Compute maximum window of time with 0 messages")
1616
parser.add_argument("raw_messages_file_path", metavar="input-file",
17-
help="File to read the raw data downloaded as json")
17+
help="File to read the raw messages data downloaded as JSON")
1818
parser.add_argument("window_of_downtimes_output_file_path", metavar="output-file",
1919
help="File to write the raw data downloaded as json.")
2020
parser.add_argument("target_operator", metavar="operator",

0 commit comments

Comments
 (0)