Skip to content

Commit 7aa74cb

Browse files
committed
Update update.go
1 parent 4cf2fbf commit 7aa74cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
type UpdateCmd struct {
14-
Targets []string `arg:"" optional:"" name:"targets" help:"Updates the target applications." type:"string"`
14+
Targets []string `arg:"" optional:"" name:"targets" help:"Update the target/all applications." type:"string"`
1515

1616
Check bool `help:"Only check for updates."`
1717
All bool `help:"Update all applications."`

0 commit comments

Comments
 (0)