Skip to content

Commit

Permalink
Merge pull request #239 from n-peugnet/patch-1
Browse files Browse the repository at this point in the history
Apply wrap-and-sort -at by default
  • Loading branch information
NightTsarina authored Feb 18, 2025
2 parents 0c423b9 + 1cd7bfc commit 3e594ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.go
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ func execMake(args []string, usage func()) {

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

0 comments on commit 3e594ae

Please sign in to comment.