diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-05-25 18:58:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-25 18:58:55 +0800 |
commit | 07aae19e5da66ed404453e6be70ab84db516207b (patch) | |
tree | 5663204e110c897676c76f2a608aecdb67500f51 /cmd/geth/consolecmd.go | |
parent | b596b4ba5b60c5ec047758df7c4598f21fb4dd5e (diff) | |
parent | a346aedb90937de822e421cfa64405f9078af8a0 (diff) | |
download | dexon-07aae19e5da66ed404453e6be70ab84db516207b.tar dexon-07aae19e5da66ed404453e6be70ab84db516207b.tar.gz dexon-07aae19e5da66ed404453e6be70ab84db516207b.tar.bz2 dexon-07aae19e5da66ed404453e6be70ab84db516207b.tar.lz dexon-07aae19e5da66ed404453e6be70ab84db516207b.tar.xz dexon-07aae19e5da66ed404453e6be70ab84db516207b.tar.zst dexon-07aae19e5da66ed404453e6be70ab84db516207b.zip |
Merge pull request #14446 from bas-vk/cli-help
Rewrite templates for (sub)commands help section
Diffstat (limited to 'cmd/geth/consolecmd.go')
-rw-r--r-- | cmd/geth/consolecmd.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/geth/consolecmd.go b/cmd/geth/consolecmd.go index 6efdbbf57..f8a923aac 100644 --- a/cmd/geth/consolecmd.go +++ b/cmd/geth/consolecmd.go @@ -30,9 +30,7 @@ import ( var ( consoleFlags = []cli.Flag{utils.JSpathFlag, utils.ExecFlag, utils.PreloadJSFlag} -) -var ( consoleCommand = cli.Command{ Action: utils.MigrateFlags(localConsole), Name: "console", |