Merge "Update help text for zkprofile command"

This commit is contained in:
Zuul 2022-11-09 02:18:18 +00:00 committed by Gerrit Code Review
commit 6e87bcebc7
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class PipelineArgument(commandsocket.Argument):
class ZKProfileCommand(commandsocket.Command):
name = 'zkprofile'
help = 'Enable ZK profiling for a pipeline'
help = 'Toggle ZK profiling for a pipeline'
args = [TenantArgument, PipelineArgument]