Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vast.py
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ def change__bid(args: argparse.Namespace):
argument("dest", help="id of volume offer volume is being copied to", type=int),
argument("-s", "--size", help="Size of new volume contract, in GB. Must be greater than or equal to the source volume, and less than or equal to the destination offer.", type=float),
argument("-d", "--disable_compression", action="store_true", help="Do not compress volume data before copying."),
usage="vastai copy volume <source_id> <dest_id> [options]",
usage="vastai clone volume <source_id> <dest_id> [options]",
help="Clone an existing volume",
epilog=deindent("""
Create a new volume with the given offer, by copying the existing volume.
Expand Down