]> Cypherpunks repositories - gostls13.git/commitdiff
flag: update test case (fix build)
authorRobert Griesemer <gri@golang.org>
Thu, 21 Apr 2016 22:55:50 +0000 (15:55 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 21 Apr 2016 23:17:18 +0000 (23:17 +0000)
Change-Id: I2275dc703be4fda3feedf76483148eab853b43b8
Reviewed-on: https://go-review.googlesource.com/22360
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/flag/flag_test.go

index e2319ec94c8691f83c30b0c9e9fdeb73903d2e13..1a8bdc106ac0554ef021adb946837396ecdb7008 100644 (file)
@@ -393,7 +393,7 @@ const defaultOutput = `  -A for bootstrapping, allow 'any' type
   -Z int
        an int that defaults to zero
   -maxT timeout
-       set timeout for dial
+       set timeout for dial (default 0s)
 `
 
 func TestPrintDefaults(t *testing.T) {