mirror of https://github.com/cirruslabs/tart.git
tart set: fix typo in --disk-size help (#695)
This commit is contained in:
parent
4c33064916
commit
35538c2c5d
|
|
@ -16,7 +16,7 @@ struct Set: AsyncParsableCommand {
|
|||
@Option(help: "VM display resolution in a format of <width>x<height>. For example, 1200x800")
|
||||
var display: VMDisplayConfig?
|
||||
|
||||
@Option(help: ArgumentHelp("Resize the VMs disk to the specified size in GB (note that the disk size can only be increased to avoid losing data",
|
||||
@Option(help: ArgumentHelp("Resize the VMs disk to the specified size in GB (note that the disk size can only be increased to avoid losing data)",
|
||||
discussion: """
|
||||
Disk resizing works on most cloud-ready Linux distributions out-of-the box (e.g. Ubuntu Cloud Images
|
||||
have the \"cloud-initramfs-growroot\" package installed that runs on boot) and on the rest of the
|
||||
|
|
|
|||
Loading…
Reference in New Issue