From 9b8fa2449f0d4f2eaa8b1f82e9ec53418c7bd608 Mon Sep 17 00:00:00 2001 From: Kenji Siu Date: Fri, 11 Nov 2016 17:54:59 +0800 Subject: [PATCH] cmd/geth: tidied up the source --- cmd/geth/main.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmd/geth/main.go b/cmd/geth/main.go index cecfec393d..e625c32ce5 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -59,18 +59,23 @@ func init() { app.HideVersion = true // we have a command to print the version app.Copyright = "Copyright 2013-2016 The go-ethereum Authors" app.Commands = []cli.Command{ + // See chaincmd.go: initCommand, importCommand, exportCommand, upgradedbCommand, removedbCommand, dumpCommand, + // See monitorcmd.go: monitorCommand, + // See accountcmd.go: accountCommand, walletCommand, + // See consolecmd.go: consoleCommand, attachCommand, javascriptCommand, + // See misccmd.go: makedagCommand, versionCommand, licenseCommand,