Skip to content

Commit 21cf6a5

Browse files
committed
fix grammar
1 parent 7c09bb4 commit 21cf6a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/scw/testdata/test-all-usage-help-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Get help about how specific topics inside the CLI
3+
Get help about how specific topics inside the CLI work
44

55
USAGE:
66
scw help <command>

internal/namespaces/help/custom.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func GetCommands() *core.Commands {
1717

1818
func helpRoot() *core.Command {
1919
return &core.Command{
20-
Short: "Get help about how specific topics inside the CLI",
20+
Short: "Get help about how specific topics inside the CLI work",
2121
Namespace: "help",
2222
AllowAnonymousClient: true,
2323
Groups: []string{"utility"},

0 commit comments

Comments
 (0)