From 35538c2c5dacd85d64b88a3fb7278f78b149e797 Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Thu, 4 Jan 2024 05:09:25 +0400 Subject: [PATCH] tart set: fix typo in --disk-size help (#695) --- Sources/tart/Commands/Set.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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