Skip to content

Commit 98cec32

Browse files
committed
fix tests
1 parent fcb86a0 commit 98cec32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

command_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func ExampleNewCommand() {
3333
// Usage:
3434
// server [flags] [sub-command]
3535
//
36-
// Sub-command:
36+
// Sub-commands:
3737
// proxy: Proxy requests to another server.
3838
//
3939
// Flags:

help_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func TestCommand_renderHelp(t *testing.T) {
8686
Usage:
8787
test [flags] [sub-command]
8888
89-
Sub-command:
89+
Sub-commands:
9090
some-command: some command
9191
9292
Flags:

options_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func ExampleAddSubCmd() {
130130
// Usage:
131131
// server [sub-command]
132132
//
133-
// Sub-command:
133+
// Sub-commands:
134134
// start: Start the server
135135
}
136136

0 commit comments

Comments
 (0)