diff --git a/src/main.go b/src/main.go index 713a548..62ab856 100644 --- a/src/main.go +++ b/src/main.go @@ -442,7 +442,7 @@ func Install(packagepath string, serial uint) error { bar := progressbar.NewOptions64( totalsize, - progressbar.OptionSetDescription("[2/2] Installing ..."), + progressbar.OptionSetDescription("[2/2] Unpacking ..."), progressbar.OptionSetWriter(os.Stdout), ) for {