mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 14:04:17 -04:00
cli: fix/improve some user-facing strings
This commit is contained in:
parent
c7457bd942
commit
274fed0990
8 changed files with 105 additions and 106 deletions
|
@ -40,8 +40,8 @@ func NewVerifyCmd() *cobra.Command {
|
|||
cmd := &cobra.Command{
|
||||
Use: "verify",
|
||||
Short: "Verify the confidential properties of a Constellation cluster",
|
||||
Long: `Verify the confidential properties of a Constellation cluster.\n` +
|
||||
`If arguments aren't specified, values are read from ` + "`" + constants.ClusterIDsFileName + "`.",
|
||||
Long: "Verify the confidential properties of a Constellation cluster.\n" +
|
||||
"If arguments aren't specified, values are read from `" + constants.ClusterIDsFileName + "`.",
|
||||
Args: cobra.ExactArgs(0),
|
||||
RunE: runVerify,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue