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

Commit fdb7455

Browse files
Rephrase env ls help text
Co-authored-by: Floris van der Grinten <florisvdg@users.noreply.github.com>
1 parent b535ac9 commit fdb7455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internals/secrethub/env_ls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func NewEnvListCommand(io ui.IO) *EnvListCommand {
2323

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

0 commit comments

Comments
 (0)