Skip to content

Command line help #22218

@dankrad

Description

@dankrad

The current version of geth gives the following line in the command line help:

   geth [options] command [command options] [arguments...]

Actually, it appears that to start go-ethereum as an Ethereum node, the command argument is left out. This should be documented by showing that command is optional:

   geth [options] [command] [command options] [arguments...]

and adding a line describing this behaviour, e.g. "leaving out the command parameter starts geth as an ethereum node"

It may also be nice to add a "node" command and making this the default behaviour.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions