Merge pull request #257 from hhromic/fix-testable-example
Fix testable example output comment formatting
This commit is contained in:
commit
3de7278c4f
|
@ -201,13 +201,12 @@ func Example_helpPlaceholder() {
|
||||||
MustParse(&args)
|
MustParse(&args)
|
||||||
|
|
||||||
// output:
|
// output:
|
||||||
|
|
||||||
// Usage: example [--optimize LEVEL] [--maxjobs N] SRC [DST [DST ...]]
|
// Usage: example [--optimize LEVEL] [--maxjobs N] SRC [DST [DST ...]]
|
||||||
|
//
|
||||||
// Positional arguments:
|
// Positional arguments:
|
||||||
// SRC
|
// SRC
|
||||||
// DST
|
// DST
|
||||||
|
//
|
||||||
// Options:
|
// Options:
|
||||||
// --optimize LEVEL, -O LEVEL
|
// --optimize LEVEL, -O LEVEL
|
||||||
// optimization level
|
// optimization level
|
||||||
|
|
Loading…
Reference in New Issue