We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b724d1a commit 852aa14Copy full SHA for 852aa14
cmd/utils/flags.go
@@ -158,11 +158,11 @@ var (
158
}
159
FastSyncFlag = cli.BoolFlag{
160
Name: "fast",
161
- Usage: "Enable fast syncing through state downloads",
+ Usage: "Enable fast syncing through state downloads (replaced by --syncmode)",
162
163
LightModeFlag = cli.BoolFlag{
164
Name: "light",
165
- Usage: "Enable light client mode",
+ Usage: "Enable light client mode (replaced by --syncmode)",
166
167
defaultSyncMode = eth.DefaultConfig.SyncMode
168
SyncModeFlag = TextMarshalerFlag{
0 commit comments