Skip to content

Commit 247514f

Browse files
committed
Fix 'Init Args description should end with a period'
1 parent 8a626ed commit 247514f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (c *Config) Options() serpent.OptionSet {
7171
Value: serpent.StringOf(&c.InitArgs),
7272
Description: `InitArgs are the arguments to pass to the init command.
7373
They are split according to ` + "`/bin/sh`" + ` rules with
74-
https://github.com/kballard/go-shellquote`,
74+
https://github.com/kballard/go-shellquote.`,
7575
},
7676
{
7777
Name: "Cache Repo",

0 commit comments

Comments
 (0)