Skip to content

Commit ef3c689

Browse files
authored
Apply suggestions from code review
Co-authored-by: Michael Bahr <1830132+bahrmichael@users.noreply.github.com>
1 parent 54879fb commit ef3c689

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmd/src/abc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
var abcCommands commander
1111

1212
func 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
1515
Usage:
1616

cmd/src/abc_variables.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ import (
1010
var abcVariablesCommands commander
1111

1212
func 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
1515
Usage:
1616
1717
src abc <workflow-instance-id> variables command [command options]
1818
1919
The 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
2424
Use "src abc <workflow-instance-id> variables [command] -h" for more information about a command.
2525
`

0 commit comments

Comments
 (0)