We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35028fa commit 29ef881Copy full SHA for 29ef881
openshift_metrics/merge.py
@@ -165,7 +165,7 @@ def main():
165
)
166
parser.add_argument(
167
"--class-invoice-file",
168
- help=f"Name of the class report file. Defaults to Classes-<cluster-name> <report_month>.csv",
+ help="Name of the class report file. Defaults to Classes-<cluster-name> <report_month>.csv",
169
170
parser.add_argument("--upload-to-s3", action="store_true")
171
0 commit comments