diff --git a/Sources/tart/Commands/Set.swift b/Sources/tart/Commands/Set.swift index 1ce42ca..0f69abc 100644 --- a/Sources/tart/Commands/Set.swift +++ b/Sources/tart/Commands/Set.swift @@ -16,7 +16,7 @@ struct Set: AsyncParsableCommand { @Option(help: "VM display resolution in a format of x. 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