We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf2fbf commit 7aa74cbCopy full SHA for 7aa74cb
1 file changed
src/commands/update.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
type UpdateCmd struct {
14
- Targets []string `arg:"" optional:"" name:"targets" help:"Updates the target applications." type:"string"`
+ Targets []string `arg:"" optional:"" name:"targets" help:"Update the target/all applications." type:"string"`
15
16
Check bool `help:"Only check for updates."`
17
All bool `help:"Update all applications."`
0 commit comments