]> Cypherpunks repositories - gostls13.git/commitdiff
doc: clarify package uninstall/clean command
authorFelix Kollmann <fk@konsorten.de>
Sat, 14 Apr 2018 23:01:10 +0000 (23:01 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 16 Apr 2018 19:54:55 +0000 (19:54 +0000)
Fixes #24864

Change-Id: Iaffd23b368aff663bfc09a4e6277c01e7b5ea48d
GitHub-Last-Rev: 98e39b7bff6e646d48c0bf961aee0075a9034ab2
GitHub-Pull-Request: golang/go#24865
Reviewed-on: https://go-review.googlesource.com/106986
Reviewed-by: Giovanni Bajo <rasky@develer.com>
Reviewed-by: Rob Pike <r@golang.org>
doc/install.html

index 9d78e3a0c826853c14986f1791855a05eb81cb2f..ee1516ac47bfb4bc4f31b43ee4088324baffb472 100644 (file)
@@ -286,7 +286,7 @@ If you see the "hello, world" message then your Go installation is working.
 <p>
 You can run <code>go</code> <code>install</code> to install the binary into
 your workspace's <code>bin</code> directory
-or <code>go</code> <code>clean</code> to remove it.
+or <code>go</code> <code>clean</code> <code>-i</code> to remove it.
 </p>
 
 <p>