Fix help typo

This commit is contained in:
Tim Vaillancourt 2021-04-02 02:02:08 +02:00
parent 7ea47cbfb5
commit cffb523bad

View File

@ -147,7 +147,7 @@ func (this *Server) applyServerCommand(command string, writer *bufio.Writer) (pr
status # Print a detailed status message
sup # Print a short status message
coordinates # Print the currently inspected coordinates
hosts # Print the list of hosts used to perform the migration (hostname, applier and migrator)
hosts # Print the list of hosts used to perform the migration (hostname, applier and inspector)
chunk-size=<newsize> # Set a new chunk-size
dml-batch-size=<newsize> # Set a new dml-batch-size
nice-ratio=<ratio> # Set a new nice-ratio, immediate sleep after each row-copy operation, float (examples: 0 is aggressive, 0.7 adds 70% runtime, 1.0 doubles runtime, 2.0 triples runtime, ...)