diff --git a/vast.py b/vast.py index 6c52bd5..6dfa8f2 100755 --- a/vast.py +++ b/vast.py @@ -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 [options]", + usage="vastai clone volume [options]", help="Clone an existing volume", epilog=deindent(""" Create a new volume with the given offer, by copying the existing volume.