mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-29 14:22:55 +00:00
build: fix typo (#17773)
This commit is contained in:
parent
7e1c374dc6
commit
4d8c7248bd
1 changed files with 1 additions and 1 deletions
|
|
@ -1040,7 +1040,7 @@ func xgoTool(args []string) *exec.Cmd {
|
|||
func doPurge(cmdline []string) {
|
||||
var (
|
||||
store = flag.String("store", "", `Destination from where to purge archives (usually "gethstore/builds")`)
|
||||
limit = flag.Int("days", 30, `Age threshold above which to delete unstalbe archives`)
|
||||
limit = flag.Int("days", 30, `Age threshold above which to delete unstable archives`)
|
||||
)
|
||||
flag.CommandLine.Parse(cmdline)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue