diff --git a/cmd/packets/main.go b/cmd/packets/main.go index 3f2b560..726eed2 100644 --- a/cmd/packets/main.go +++ b/cmd/packets/main.go @@ -408,7 +408,7 @@ func main() { removeCmd.Flags().BoolVar(&Unsafe, "unsafe", false, "Execute lua script without sandbox") rootCmd.AddCommand(upgradeCmd) - installCmd.Flags().BoolVar(&Unsafe, "unsafe", false, "Execute lua script without sandbox") + upgradeCmd.Flags().BoolVar(&Unsafe, "unsafe", false, "Execute lua script without sandbox") rootCmd.AddCommand(listCmd) rootCmd.AddCommand(searchCmd)