summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 18:43:20 -0500
committerJeff Carr <[email protected]>2025-10-15 18:43:20 -0500
commite7520708d5397642d5897df2e3692d803f081ef2 (patch)
treeaa273851dfc891c9a502ae700cb47d766799c218 /argv.go
parent4ddb0aa7564ac3886d73118aa5a9b54956cda6be (diff)
typo
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
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"`