Skip to content

Commit 92b99cf

Browse files
committed
tweak wording to add clarity
1 parent e76e441 commit 92b99cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cloudServerStatus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func init() {
129129
cloudServerStatusCmd.Flags().StringSliceVar(&cloudServerStatusCmdUniqIdFlag, "uniq-id", []string{},
130130
"uniq-id(s) to get status of. For multiple, must be ',' separated")
131131
cloudServerStatusCmd.Flags().Bool("watch", false, "continue to redisplay status at --interval")
132-
cloudServerStatusCmd.Flags().Int("interval", 10, "the interval to fetch the status when --watch is specified")
132+
cloudServerStatusCmd.Flags().Int("interval", 10, "the interval (in seconds) to fetch the status when --watch is specified")
133133
}
134134

135135
func _printCloudServerStatus(uniqId string, domain string) {

0 commit comments

Comments
 (0)