Skip to content

Commit d398d9d

Browse files
Update cli/usage.go
Co-authored-by: Dean Sheather <dean@deansheather.com>
1 parent 2cda34b commit d398d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/usage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func categorizeFlags(usageOutput string) string {
156156
}
157157
}
158158

159-
_, _ = out.WriteString("ERROR: no category matched for flag")
159+
_, _ = out.WriteString("ERROR: no category matched for flag\n")
160160
_, _ = currentFlag.WriteTo(&out)
161161
}
162162
for sc.Scan() {

0 commit comments

Comments
 (0)