mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-23 22:01:14 -05:00
cli: fix vale lint errors in verify description
This commit is contained in:
parent
8383077a9b
commit
70efb92adc
@ -28,7 +28,7 @@ func NewVerifyCmd() *cobra.Command {
|
|||||||
Short: "Verify the confidential properties of a Constellation cluster",
|
Short: "Verify the confidential properties of a Constellation cluster",
|
||||||
Long: `Verify the confidential properties of a Constellation cluster.
|
Long: `Verify the confidential properties of a Constellation cluster.
|
||||||
|
|
||||||
If arguments are not specified, values are read from ` + constants.IDsFileName + `.`,
|
If arguments aren't specified, values are read from ` + "`" + constants.IDsFileName + "`.",
|
||||||
Args: cobra.MatchAll(
|
Args: cobra.MatchAll(
|
||||||
cobra.ExactArgs(1),
|
cobra.ExactArgs(1),
|
||||||
isCloudProvider(0),
|
isCloudProvider(0),
|
||||||
|
Loading…
Reference in New Issue
Block a user