Skip to content

Commit 931dbc6

Browse files
committed
README
1 parent 401b9b7 commit 931dbc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ NAME:
9898
move-plots - move chia plots from source directory to a target directory with enough space left
9999

100100
USAGE:
101-
move-plots [-v] SOURCE_DIRECTORY TARGET_DIRECTORY ...
102-
move-plots -v /source /plots/a /plots/b /plots/c
101+
move-plots [-r RESERVE] [-v] SOURCE_DIRECTORY TARGET_DIRECTORY ...
102+
move-plots -r 0 -v /source /plots/a /plots/b /plots/c
103103

104104
VERSION:
105105
0.1.0
@@ -133,7 +133,7 @@ The script can easily be integrated with cron. Simply open the users crontab via
133133
- plots are moved one after another (sequentially)
134134
- before a single plot gets moved each target disk is evaluated for plot capacity
135135
- the actual move operation is performed by the `mv` command (don't wanted to reinvent the wheel)
136-
- in case there is no disc space left for further plots, the script will error `...no disk space left`
136+
- in case there is no disk space left for further plots, the script will error `...no disk space left`
137137
- windows is not supported and there is also no plan to support it
138138

139139
## Kind gestures

0 commit comments

Comments
 (0)