Skip to content

Commit

Permalink
Minor UI improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Dec 22, 2024
1 parent 3dfbaba commit 2cb9e01
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cli/cmd_resign.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ import (
// cmdSign is 'resign' command handler
func cmdResign(ctx *context, args options.Arguments) bool {
if !options.GetB(OPT_FORCE) {
panel.Warn("Command can take a lot of time",
panel.Warn(
"Command can take a lot of time",
`This command will re-sign all packages in the repo. Re-sign process requires
rewriting {*}every{!} package in repository and can take a lot of time (depending on
how many packages you have and how big they are).`)
how many packages you have and how big they are).`,
panel.INDENT_INNER,
)

fmtc.NewLine()

Expand Down

0 comments on commit 2cb9e01

Please sign in to comment.