File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010var abcCommands commander
1111
1212func init () {
13- usage := `'src abc' is a tool that manages agentic batch changes on a Sourcegraph instance .
13+ usage := `'src abc' is a tool that manages agentic batch changes.
1414
1515Usage:
1616
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ import (
1010var abcVariablesCommands commander
1111
1212func init () {
13- usage := `'src abc <workflow-instance-id> variables' is a tool that manages workflow instance variables on a Sourcegraph instance .
13+ usage := `'src abc <workflow-instance-id> variables' is a tool that manages workflow instance variables.
1414
1515Usage:
1616
1717 src abc <workflow-instance-id> variables command [command options]
1818
1919The commands are:
2020
21- set set workflow instance variables
22- delete delete a workflow instance variable
21+ set set workflow instance variables
22+ delete delete workflow instance variables
2323
2424Use "src abc <workflow-instance-id> variables [command] -h" for more information about a command.
2525`
You can’t perform that action at this time.
0 commit comments