We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea1c20 commit 331177cCopy full SHA for 331177c
cmd/subsyStems.go
@@ -66,7 +66,7 @@ func NewSubSystemsCommand() *cmdr.Command {
66
cmdr.NewStringFlag(
67
"name",
68
"n",
69
- apx.Trans("subsystems.new.options.name"),
+ apx.Trans("subsystems.new.options.name.description"),
70
"",
71
),
72
)
@@ -83,7 +83,7 @@ func NewSubSystemsCommand() *cmdr.Command {
83
84
85
86
- apx.Trans("subsystems.rm.options.name"),
+ apx.Trans("subsystems.rm.options.name.description"),
87
88
89
0 commit comments