Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Rephrase env ls help text
Browse files Browse the repository at this point in the history
Co-authored-by: Floris van der Grinten <[email protected]>
  • Loading branch information
SimonBarendse and florisvdg committed Mar 2, 2020
1 parent b535ac9 commit fdb7455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/secrethub/env_ls.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func NewEnvListCommand(io ui.IO) *EnvListCommand {

// Register adds a CommandClause and it's args and flags to a Registerer.
func (cmd *EnvListCommand) Register(r command.Registerer) {
clause := r.Command("ls", "[BETA] List environment variable keys that will be injected with secrets.")
clause := r.Command("ls", "[BETA] List environment variable names that will be populated with secrets.")
clause.HelpLong("This command is hidden because it is still in beta. Future versions may break.")
clause.Alias("list")

Expand Down

0 comments on commit fdb7455

Please sign in to comment.