Skip to content

Commit c0d419f

Browse files
committed
Remove periods from flag descriptions.
1 parent 638e2e1 commit c0d419f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
)
1010

1111
var opts struct {
12-
All bool `short:"a" long:"all" description:"Include directory entries whose names begin with a dot (.)."`
13-
Long bool `short:"l" long:"long" description:"List in long format."`
12+
All bool `short:"a" long:"all" description:"Include directory entries whose names begin with a dot (.)"`
13+
Long bool `short:"l" long:"long" description:"List in long format"`
1414
Icon bool `short:"i" long:"icon" description:"Display nerd-font icons"`
1515
}
1616

0 commit comments

Comments
 (0)