Skip to content

Commit

Permalink
address PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Harding <azdagron@gmail.com>
  • Loading branch information
azdagron committed Sep 7, 2018
1 parent 961378c commit 41bedb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/spire-server/cli/bundle/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (c *deleteCommand) synopsis() string {

func (c *deleteCommand) appendFlags(fs *flag.FlagSet) {
fs.StringVar(&c.id, "id", "", "SPIFFE ID of the trust domain")
fs.StringVar(&c.mode, "mode", deleteBundleRestrict, "Deletion mode: one of restrict, delete, or dissociate")
fs.StringVar(&c.mode, "mode", deleteBundleRestrict, fmt.Sprintf("Deletion mode: one of %s, %s, or %s", deleteBundleRestrict, deleteBundleDelete, deleteBundleDissociate))
}

func (c *deleteCommand) run(ctx context.Context, env *env, clients *clients) error {
Expand Down

0 comments on commit 41bedb0

Please sign in to comment.