Skip to content

Commit 32315ca

Browse files
dearchapJuneezee
andauthored
Update docs/v3/examples/flags/value-sources.md
Co-authored-by: Eng Zer Jun <[email protected]>
1 parent 52b34b7 commit 32315ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/v3/examples/flags/value-sources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ func main() {
165165
cmd := &cli.Command{
166166
Flags: []cli.Flag{
167167
&cli.StringFlag{
168-
Name: "password",
169-
Aliases: []string{"p"},
170-
Usage: "password for the mysql database",
168+
Name: "password",
169+
Aliases: []string{"p"},
170+
Usage: "password for the mysql database",
171171
Sources: altsrc.YAML("somekey", altsrc.StringSourcer("/path/to/filename")),
172172
},
173173
},

0 commit comments

Comments
 (0)