cmd/utils: point users to --syncmode under DEPRECATED (#16572)
Indicate that --light and --fast options are replaced by --syncmode
This commit is contained in:
		
				
					committed by
					
						
						Péter Szilágyi
					
				
			
			
				
	
			
			
			
						parent
						
							b724d1aada
						
					
				
				
					commit
					852aa143ac
				
			@@ -158,11 +158,11 @@ var (
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
	FastSyncFlag = cli.BoolFlag{
 | 
						FastSyncFlag = cli.BoolFlag{
 | 
				
			||||||
		Name:  "fast",
 | 
							Name:  "fast",
 | 
				
			||||||
		Usage: "Enable fast syncing through state downloads",
 | 
							Usage: "Enable fast syncing through state downloads (replaced by --syncmode)",
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	LightModeFlag = cli.BoolFlag{
 | 
						LightModeFlag = cli.BoolFlag{
 | 
				
			||||||
		Name:  "light",
 | 
							Name:  "light",
 | 
				
			||||||
		Usage: "Enable light client mode",
 | 
							Usage: "Enable light client mode (replaced by --syncmode)",
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	defaultSyncMode = eth.DefaultConfig.SyncMode
 | 
						defaultSyncMode = eth.DefaultConfig.SyncMode
 | 
				
			||||||
	SyncModeFlag    = TextMarshalerFlag{
 | 
						SyncModeFlag    = TextMarshalerFlag{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user