diff options
author | Bas van Kervel <bas@ethdev.com> | 2015-06-23 15:11:57 +0800 |
---|---|---|
committer | Bas van Kervel <bas@ethdev.com> | 2015-06-23 15:11:57 +0800 |
commit | 55424a11af6bd11c6c9f4b433a4d4690b7267ad4 (patch) | |
tree | 4f3aa1818ba313737d00258bd2ee2f12034f222d /cmd/geth/main.go | |
parent | 57c911c39804ccfcf597df0acc6a03eb096d7652 (diff) | |
download | dexon-55424a11af6bd11c6c9f4b433a4d4690b7267ad4.tar dexon-55424a11af6bd11c6c9f4b433a4d4690b7267ad4.tar.gz dexon-55424a11af6bd11c6c9f4b433a4d4690b7267ad4.tar.bz2 dexon-55424a11af6bd11c6c9f4b433a4d4690b7267ad4.tar.lz dexon-55424a11af6bd11c6c9f4b433a4d4690b7267ad4.tar.xz dexon-55424a11af6bd11c6c9f4b433a4d4690b7267ad4.tar.zst dexon-55424a11af6bd11c6c9f4b433a4d4690b7267ad4.zip |
improved action description
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r-- | cmd/geth/main.go | 2 |
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. |