Commit 7bab1ee5 authored by Dominik Honnef's avatar Dominik Honnef

flag: fix headers in documentation, again

Godoc expects text after a header, not code.

Change-Id: I99f412ad15e10bf9cea0dbd19019ed6ce477736c
Reviewed-on: https://go-review.googlesource.com/117595Reviewed-by: default avatarRob Pike <r@golang.org>
parent d7f874fe
...@@ -36,6 +36,9 @@ ...@@ -36,6 +36,9 @@
The arguments are indexed from 0 through flag.NArg()-1. The arguments are indexed from 0 through flag.NArg()-1.
Command line flag syntax Command line flag syntax
The following forms are permitted:
-flag -flag
-flag=x -flag=x
-flag x // non-boolean flags only -flag x // non-boolean flags only
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment