Skip to content

Commit

Permalink
dumpling: add unit to -F (#3718)
Browse files Browse the repository at this point in the history
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
Null not nil and TomShawn authored Aug 25, 2020
1 parent 2e3eac6 commit 3a3933e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumpling-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dumpling \
--filetype sql \
--threads 32 \
-o /tmp/test \
-F 256
-F 256MiB
```

In the above command, `-h`, `-P` and `-u` mean address, port and user, respectively. If password authentication is required, you can pass it to Dumpling with `-p $YOUR_SECRET_PASSWORD`.
Expand Down

0 comments on commit 3a3933e

Please sign in to comment.