You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ to control your resources from the command line or any compatible interface.
5
5
6
6
## Install upctl
7
7
8
-
`upctl` can be installed from a pre-built package in the repositorys[GitHub releases](https://github.com/UpCloudLtd/upcloud-cli/releases) using a package manager or from sources with `go install`:
8
+
`upctl` can be installed from a pre-built package in the repositories[GitHub releases](https://github.com/UpCloudLtd/upcloud-cli/releases) using a package manager or from sources with `go install`:
Copy file name to clipboardExpand all lines: internal/commands/ipaddress/assign.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ func (s *assignCommand) InitCommand() {
51
51
fs.StringVar(&s.family, "family", defaultFamily, "The address family of new IP address.")
52
52
fs.StringVar(&s.serverUUID, "server", "", "The server the ip address is assigned to.")
53
53
fs.StringVar(&s.mac, "mac", "", "MAC address of server interface to assign address to. Required for detached floating IP address if zone is not specified.")
54
-
fs.StringVar(&s.zone, "zone", "", (namedargs.ZoneDescription("IP address") +" Required when creating a detached floating IP address, i.e. when MAC address is not speficied."))
54
+
fs.StringVar(&s.zone, "zone", "", (namedargs.ZoneDescription("IP address") +" Required when creating a detached floating IP address, i.e. when MAC address is not specified."))
55
55
config.AddToggleFlag(fs, &s.floating, "floating", false, "Whether the address to be assigned is a floating one.")
Copy file name to clipboardExpand all lines: internal/commands/storage/modify.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ func (s *modifyCommand) InitCommand() {
67
67
flagSet.StringVar(&s.params.backupTime, "backup-time", s.params.backupTime, "The time when to create a backup in HH:MM. Empty value means no backups.")
68
68
flagSet.StringVar(&s.params.backupInterval, "backup-interval", "", "The interval of the backup.\nAvailable: daily, mon, tue, wed, thu, fri, sat, sun")
69
69
flagSet.IntVar(&s.params.backupRetention, "backup-retention", 0, "How long to store the backups in days. The accepted range is 1-1095.")
70
-
config.AddEnableOrDisableFlag(flagSet, &s.autoresizePartitionFilesystem, false, "filesystem-autoresize", "automatic resize of partition and filesystem when modifying storage size. Note that before the resize attempt is made, backup of the storage will be taken. If the resize attempt fails, the backup will be used to restore the storage and then deleted. If the resize attempt succeeds, backup will be kept. Taking and keeping backups incure costs.")
70
+
config.AddEnableOrDisableFlag(flagSet, &s.autoresizePartitionFilesystem, false, "filesystem-autoresize", "automatic resize of partition and filesystem when modifying storage size. Note that before the resize attempt is made, backup of the storage will be taken. If the resize attempt fails, the backup will be used to restore the storage and then deleted. If the resize attempt succeeds, backup will be kept. Taking and keeping backups incur costs.")
0 commit comments