diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 18:43:20 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 18:43:20 -0500 |
| commit | e7520708d5397642d5897df2e3692d803f081ef2 (patch) | |
| tree | aa273851dfc891c9a502ae700cb47d766799c218 /argv.go | |
| parent | 4ddb0aa7564ac3886d73118aa5a9b54956cda6be (diff) | |
typo
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"` |
