Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
2f810061
Unverified
Commit
2f810061
authored
Dec 27, 2020
by
Suriyaa Sundararuban
Committed by
GitHub
Dec 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/geth: replace wiki links with new doc pages (#22071)
parent
b13e9c4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
consolecmd.go
cmd/geth/consolecmd.go
+3
-3
No files found.
cmd/geth/consolecmd.go
View file @
2f810061
...
...
@@ -43,7 +43,7 @@ var (
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.
See https://g
ithub.com/ethereum/go-ethereum/wiki/JavaScript-C
onsole.`
,
See https://g
eth.ethereum.org/docs/interface/javascript-c
onsole.`
,
}
attachCommand
=
cli
.
Command
{
...
...
@@ -56,7 +56,7 @@ See https://github.com/ethereum/go-ethereum/wiki/JavaScript-Console.`,
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.
See https://g
ithub.com/ethereum/go-ethereum/wiki/JavaScript-C
onsole.
See https://g
eth.ethereum.org/docs/interface/javascript-c
onsole.
This command allows to open a console on a running geth node.`
,
}
...
...
@@ -69,7 +69,7 @@ This command allows to open a console on a running geth node.`,
Category
:
"CONSOLE COMMANDS"
,
Description
:
`
The JavaScript VM exposes a node admin interface as well as the Ðapp
JavaScript API. See https://g
ithub.com/ethereum/go-ethereum/wiki/JavaScript-C
onsole`
,
JavaScript API. See https://g
eth.ethereum.org/docs/interface/javascript-c
onsole`
,
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment