diff --git a/README.md b/README.md index 42b03cd..e5a5f70 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ For example, on Drogon: ```bash parse_all_dandi_raw_s3_logs \ --base_raw_s3_log_folder_path /mnt/backup/dandi/dandiarchive-logs \ - --parsed_s3_log_folder_path /mnt/backup/dandi/dandiarchive-logs-cody/parsed_7_13_2024/GET_per_asset_id \ + --parsed_s3_log_folder_path /mnt/backup/dandi/dandiarchive-logs-cody/parsed_8_12_2024/GET_per_asset_id \ --excluded_log_files /mnt/backup/dandi/dandiarchive-logs/stats/start-end.log \ --excluded_ips < Drogons IP > \ --maximum_number_of_workers 6 \ diff --git a/src/dandi_s3_log_parser/_command_line_interface.py b/src/dandi_s3_log_parser/_command_line_interface.py index e8d69ad..189b0bd 100644 --- a/src/dandi_s3_log_parser/_command_line_interface.py +++ b/src/dandi_s3_log_parser/_command_line_interface.py @@ -52,7 +52,7 @@ default=1, ) @click.option( - "--maximum_buffer_size_in_MB", + "--maximum_buffer_size_in_mb", help="""" The theoretical maximum amount of RAM (in MB) to use on each buffer iteration when reading from the source text files.