This commit is contained in:
Harlan T Wood 2015-08-24 18:02:16 +00:00
commit 1f089663f6

View file

@ -250,7 +250,7 @@ nodes.
Description: ` Description: `
The Geth console is an interactive shell for the JavaScript runtime environment 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. which exposes a node admin interface as well as the Ðapp JavaScript API.
See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Console See https://github.com/ethereum/go-ethereum/wiki/Javascript-Console
`}, `},
{ {
Action: attach, Action: attach,
@ -259,7 +259,7 @@ See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Console
Description: ` Description: `
The Geth console is an interactive shell for the JavaScript runtime environment 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. which exposes a node admin interface as well as the Ðapp JavaScript API.
See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Console. See https://github.com/ethereum/go-ethereum/wiki/Javascript-Console.
This command allows to open a console on a running geth node. This command allows to open a console on a running geth node.
`, `,
}, },
@ -269,7 +269,7 @@ This command allows to open a console on a running geth node.
Usage: `executes the given JavaScript files in the Geth JavaScript VM`, Usage: `executes the given JavaScript files in the Geth JavaScript VM`,
Description: ` Description: `
The JavaScript VM exposes a node admin interface as well as the Ðapp The JavaScript VM exposes a node admin interface as well as the Ðapp
JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Console JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascript-Console
`, `,
}, },
} }