mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-10 13:40:57 -05:00
Update CLI reference (#248)
Co-authored-by: katexochen <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
84a9f0bfb4
commit
74c3c93dec
5 changed files with 16 additions and 17 deletions
|
|
@ -23,8 +23,8 @@ import (
|
|||
func newMiniDownCmd() *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "down",
|
||||
Short: "Destroy a mini Constellation cluster",
|
||||
Long: "Destroy a mini Constellation cluster.",
|
||||
Short: "Destroy a MiniConstellation cluster",
|
||||
Long: "Destroy a MiniConstellation cluster.",
|
||||
Args: cobra.ExactArgs(0),
|
||||
RunE: runDown,
|
||||
}
|
||||
|
|
@ -53,7 +53,7 @@ func checkForMiniCluster(fileHandler file.Handler) error {
|
|||
return errors.New("cluster is not a QEMU based Constellation")
|
||||
}
|
||||
if idFile.UID != "mini" {
|
||||
return errors.New("cluster is not a mini Constellation cluster")
|
||||
return errors.New("cluster is not a MiniConstellation cluster")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue