Skip to content

Commit da9b368

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,10 @@ func main() {
200200
cmd := &cli.Command{
201201
Flags: []cli.Flag{
202202
&cli.StringFlag{
203-
Name: "file",
204-
Aliases: []string{"f"},
205-
Value: "/path/to/default",
206-
Usage: "filename for mysql database",
203+
Name: "file",
204+
Aliases: []string{"f"},
205+
Value: "/path/to/default",
206+
Usage: "filename for mysql database",
207207
Destination: &filename,
208208
},
209209
&cli.StringFlag{

0 commit comments

Comments
 (0)