feat(list): secret placeholder tweak
This commit is contained in:
parent
1300bb76bf
commit
434855e958
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ func list(cmd *cobra.Command, args []string) error {
|
|||
writer := tabwriter.NewWriter(cmd.OutOrStdout(), 0, 0, 2, ' ', 0)
|
||||
defer writer.Flush()
|
||||
|
||||
placeholder := []byte("[secret: pass --include-secret to view]")
|
||||
placeholder := []byte("<secrets hidden>")
|
||||
|
||||
trans := TransactionArgs{
|
||||
key: targetDB,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue