Fix testable example output comment formatting
This commit is contained in:
parent
0cc152dce5
commit
b8282df4c4
|
@ -201,13 +201,12 @@ func Example_helpPlaceholder() {
|
|||
MustParse(&args)
|
||||
|
||||
// output:
|
||||
|
||||
// Usage: example [--optimize LEVEL] [--maxjobs N] SRC [DST [DST ...]]
|
||||
|
||||
//
|
||||
// Positional arguments:
|
||||
// SRC
|
||||
// DST
|
||||
|
||||
//
|
||||
// Options:
|
||||
// --optimize LEVEL, -O LEVEL
|
||||
// optimization level
|
||||
|
|
Loading…
Reference in New Issue