-
Notifications
You must be signed in to change notification settings - Fork 21.5k
Closed
Labels
Description
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.