]> Cypherpunks repositories - gostls13.git/commitdiff
updated documentation for gofmt
authorRobert Griesemer <gri@golang.org>
Thu, 3 Dec 2009 03:32:15 +0000 (19:32 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 3 Dec 2009 03:32:15 +0000 (19:32 -0800)
R=rsc
https://golang.org/cl/164085

src/cmd/gofmt/doc.go

index fcaf9e70398ae54932b5725e71bf4d147f25a993..4b4adba030bb7ff7ddbcac0fced59eb889f2b40c 100644 (file)
@@ -24,6 +24,8 @@ The flags are:
                if set, overwrite each input file with its output.
        -spaces
                align with spaces instead of tabs.
+       -tabindent
+               indent with tabs independent of -spaces.
        -tabwidth=8
                tab width in spaces.