File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ func estimate(importpath string) error {
230
230
log .Printf ("%s is already fully packaged in Debian" , importpath )
231
231
return nil
232
232
}
233
- log .Printf ("Bringing %s to Debian requires packaging the following Go packages :" , importpath )
233
+ log .Printf ("Bringing %s to Debian requires packaging the following Go modules :" , importpath )
234
234
for _ , line := range lines {
235
235
fmt .Println (line )
236
236
}
@@ -242,8 +242,8 @@ func execEstimate(args []string) {
242
242
fs := flag .NewFlagSet ("estimate" , flag .ExitOnError )
243
243
244
244
fs .Usage = func () {
245
- fmt .Fprintf (os .Stderr , "Usage: %s estimate <go-package -importpath>\n " , os .Args [0 ])
246
- fmt .Fprintf (os .Stderr , "Estimates the work necessary to bring <go-package -importpath> into Debian\n " +
245
+ fmt .Fprintf (os .Stderr , "Usage: %s estimate <go-module -importpath>\n " , os .Args [0 ])
246
+ fmt .Fprintf (os .Stderr , "Estimates the work necessary to bring <go-module -importpath> into Debian\n " +
247
247
"by printing all currently unpacked repositories.\n " )
248
248
fmt .Fprintf (os .Stderr , "Example: %s estimate github.com/Debian/dh-make-golang\n " , os .Args [0 ])
249
249
}
You can’t perform that action at this time.
0 commit comments