mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
cmd/utils: make datadir.minfreedisk an IntFlag (#33252)
This commit is contained in:
parent
f4817b7a53
commit
f8e5b53f88
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ var (
|
|||
Usage: "Root directory for era1 history (default = inside ancient/chain)",
|
||||
Category: flags.EthCategory,
|
||||
}
|
||||
MinFreeDiskSpaceFlag = &flags.DirectoryFlag{
|
||||
MinFreeDiskSpaceFlag = &cli.IntFlag{
|
||||
Name: "datadir.minfreedisk",
|
||||
Usage: "Minimum free disk space in MB, once reached triggers auto shut down (default = --cache.gc converted to MB, 0 = disabled)",
|
||||
Category: flags.EthCategory,
|
||||
|
|
|
|||
Loading…
Reference in a new issue