Skip to content

Commit 90a54e7

Browse files
committed
fix: cr
Signed-off-by: francois samin <[email protected]>
1 parent 21ad6bc commit 90a54e7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

cli/cdsctl/project_variable.go

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ var projectVariableCreateCmd = cli.Command{
4242
},
4343
Flags: []cli.Flag{
4444
{
45-
Name: "stdin",
46-
Type: cli.FlagBool,
45+
Name: "stdin",
46+
Usage: "read the variable value from stdin",
47+
Type: cli.FlagBool,
4748
},
4849
},
4950
}
@@ -132,8 +133,9 @@ var projectVariableUpdateCmd = cli.Command{
132133
},
133134
Flags: []cli.Flag{
134135
{
135-
Name: "stdin",
136-
Type: cli.FlagBool,
136+
Name: "stdin",
137+
Usage: "read the variable value from stdin",
138+
Type: cli.FlagBool,
137139
},
138140
},
139141
}

0 commit comments

Comments
 (0)