File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ DESCRIPTION:
96
96
Tool will perform the following calculation (AVAILABLE_DISK_SPACE/SINGLE_PLOT_SIZE)-RESERVED_PLOTS.
97
97
98
98
GLOBAL OPTIONS:
99
- --reserve RESERVE, -r RESERVE RESERVE. the amount of plots to reserve. (default: 1 )
99
+ --reserve RESERVE, -r RESERVE RESERVE. the amount of plots to reserve. (default: 0 )
100
100
--verbose, -v enable verbose mode. (default: false)
101
101
--help, -h show help (default: false)
102
102
--version, -V print version (default: false)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
var (
14
14
Args = os .Args
15
15
// Reserved defines the default amount of plots to reserve
16
- Reserved uint64 = 1
16
+ Reserved uint64 = 0
17
17
)
18
18
19
19
// Context describes the environment of the tool execution
You can’t perform that action at this time.
0 commit comments