From fad69a7b77a7996b0308bdbcd559b78b32046bb3 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 7 Aug 2014 23:24:32 +1000 Subject: [PATCH] cmd/fix: mention -help instead of the non-existent -? flag Update #8314 TBR=r R=golang-codereviews CC=golang-codereviews https://golang.org/cl/123890043 --- src/cmd/fix/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/fix/doc.go b/src/cmd/fix/doc.go index 5de3e08c59..0570169576 100644 --- a/src/cmd/fix/doc.go +++ b/src/cmd/fix/doc.go @@ -27,7 +27,7 @@ rewrites are idempotent, so that it is safe to apply fix to updated or partially updated code even without using the -r flag. Fix prints the full list of fixes it can apply in its help output; -to see them, run go tool fix -?. +to see them, run go tool fix -help. Fix does not make backup copies of the files that it edits. Instead, use a version control system's ``diff'' functionality to inspect -- 2.48.1