mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-31 19:18:40 -04:00
cli: minor wording tweaks
This commit is contained in:
parent
1872d52a49
commit
bbfd84729d
6 changed files with 12 additions and 12 deletions
|
@ -19,8 +19,8 @@ import (
|
|||
func newVerifyCmd() *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "verify {aws|azure|gcp}",
|
||||
Short: "Verify the confidential properties of your Constellation cluster",
|
||||
Long: "Verify the confidential properties of your Constellation cluster.",
|
||||
Short: "Verify the confidential properties of a Constellation cluster",
|
||||
Long: "Verify the confidential properties of a Constellation cluster.",
|
||||
Args: cobra.MatchAll(
|
||||
cobra.ExactArgs(1),
|
||||
isCloudProvider(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue