docs: match other abort command outputs

This commit is contained in:
decentral1se 2022-01-04 11:37:22 +01:00
parent 2ebb00c9d4
commit d5ab9aedbf
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ var appRemoveCommand = &cli.Command{
logrus.Fatal(err)
}
if !response {
logrus.Fatal("user aborted app removal")
logrus.Fatal("aborting as requested")
}
}