Skip to content

Commit 3e594ae

Browse files
authored
Merge pull request #239 from n-peugnet/patch-1
Apply wrap-and-sort -at by default
2 parents 0c423b9 + 1cd7bfc commit 3e594ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ func execMake(args []string, usage func()) {
822822

823823
fs.StringVar(&wrapAndSort,
824824
"wrap-and-sort",
825-
"a",
825+
"at",
826826
"Set how the various multi-line fields in debian/control are formatted.\n"+
827827
"Valid values are \"a\", \"at\" and \"ast\", see wrap-and-sort(1) man page\n"+
828828
"for more information.")

0 commit comments

Comments
 (0)