diff --git a/drift_cli/export.py b/drift_cli/export.py index 4f37858..ad7be56 100644 --- a/drift_cli/export.py +++ b/drift_cli/export.py @@ -16,12 +16,14 @@ start_option = click.option( "--start", - help="Export records with timestamps newer than this time point in ISO format e.g. 2023-01-01T00:00:00.000Z", + help="Export records with timestamps newer than this time point in ISO format" + " e.g. 2023-01-01T00:00:00.000Z", ) stop_option = click.option( "--stop", - help="Export records with timestamps older than this time point in ISO format e.g 2023-01-01T00:00:00.000Z", + help="Export records with timestamps older than this time point in ISO format" + " e.g 2023-01-01T00:00:00.000Z", )