Skip to content

Commit cffb523

Browse files
Fix help typo
1 parent 7ea47cb commit cffb523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/logic/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func (this *Server) applyServerCommand(command string, writer *bufio.Writer) (pr
147147
status # Print a detailed status message
148148
sup # Print a short status message
149149
coordinates # Print the currently inspected coordinates
150-
hosts # Print the list of hosts used to perform the migration (hostname, applier and migrator)
150+
hosts # Print the list of hosts used to perform the migration (hostname, applier and inspector)
151151
chunk-size=<newsize> # Set a new chunk-size
152152
dml-batch-size=<newsize> # Set a new dml-batch-size
153153
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, ...)

0 commit comments

Comments
 (0)