Skip to content

Commit

Permalink
Merge pull request #257 from hhromic/fix-testable-example
Browse files Browse the repository at this point in the history
Fix testable example output comment formatting
  • Loading branch information
alexflint authored Jul 4, 2024
2 parents ec0ced7 + b8282df commit 3de7278
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3de7278

Please sign in to comment.