cli: fix vale lint errors in verify description

This commit is contained in:
Thomas Tendyck 2022-07-02 17:40:23 +02:00 committed by Thomas Tendyck
parent 8383077a9b
commit 70efb92adc

View File

@ -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),