Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
bhperry committed Mar 5, 2024
1 parent 1cdae69 commit a716678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saturnfs/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def delete(path: str, recursive: bool):
"--max-file-workers",
type=int,
default=1,
help="Maximum number of threads to run per file for parallel chunk upload/download"
help="Maximum number of threads to run per file for parallel chunk upload/download",
)
def rsync(
source_path: str,
Expand Down

0 comments on commit a716678

Please sign in to comment.