aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorBas van Kervel <bas@ethdev.com>2015-06-23 15:11:57 +0800
committerBas van Kervel <bas@ethdev.com>2015-06-23 15:11:57 +0800
commit55424a11af6bd11c6c9f4b433a4d4690b7267ad4 (patch)
tree4f3aa1818ba313737d00258bd2ee2f12034f222d /cmd/geth/main.go
parent57c911c39804ccfcf597df0acc6a03eb096d7652 (diff)
downloadgo-tangerine-55424a11af6bd11c6c9f4b433a4d4690b7267ad4.tar
go-tangerine-55424a11af6bd11c6c9f4b433a4d4690b7267ad4.tar.gz
go-tangerine-55424a11af6bd11c6c9f4b433a4d4690b7267ad4.tar.bz2
go-tangerine-55424a11af6bd11c6c9f4b433a4d4690b7267ad4.tar.lz
go-tangerine-55424a11af6bd11c6c9f4b433a4d4690b7267ad4.tar.xz
go-tangerine-55424a11af6bd11c6c9f4b433a4d4690b7267ad4.tar.zst
go-tangerine-55424a11af6bd11c6c9f4b433a4d4690b7267ad4.zip
improved action description
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index e5c3614fc..1e5481eca 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -208,7 +208,7 @@ See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Console
{
Action: attach,
Name: "attach",
- Usage: `Geth Console: interactive JavaScript environment`,
+ Usage: `Geth Console: interactive JavaScript environment (connect to node)`,
Description: `
The Geth console is an interactive shell for the JavaScript runtime environment
which exposes a node admin interface as well as the Ðapp JavaScript API.