From e7520708d5397642d5897df2e3692d803f081ef2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 18:43:20 -0500 Subject: typo --- argv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argv.go b/argv.go index 7cfe049..22eaec6 100644 --- a/argv.go +++ b/argv.go @@ -28,7 +28,7 @@ type args struct { Linux *LinuxCmd `arg:"subcommand:linux" help:"helpful linux things"` Zoo *EmptyCmd `arg:"subcommand:zoo" help:"WIT Private Cloud info"` PB *ProtoCmd `arg:"subcommand:pb" help:"example .pb files"` - Droplet *DropletCmd `arg:"subcommand:drooplet" help:"do things on virtual machines"` + Droplet *DropletCmd `arg:"subcommand:droplet" help:"do things on virtual machines"` Upgrade *UpgradeCmd `arg:"subcommand:upgrade" help:"apt upgrade packages installed from mirrors.wit.com"` Publish *PublishCmd `arg:"subcommand:publish" help:"publish packages"` RepoMap string `arg:"--repomap" help:"location of the repomap"` -- cgit v1.2.3