mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-07 14:32:17 -04:00
cli: fix vale lint errors in verify description
This commit is contained in:
parent
8383077a9b
commit
70efb92adc
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ func NewVerifyCmd() *cobra.Command {
|
|||
Short: "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(
|
||||
cobra.ExactArgs(1),
|
||||
isCloudProvider(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue