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

Commit e5c5aea

Browse files
committed
Fix env ls help text
1 parent d0ac787 commit e5c5aea

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", "Read the value of a single environment variable.")
26+
clause := r.Command("ls", "List environment variable keys that will be injected with secrets.")
2727
clause.Alias("list")
2828

2929
cmd.environment.register(clause)

0 commit comments

Comments
 (0)