From 58db58f41f0d1d8cd5e87ced7290f7ba3a4ff9b1 Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Tue, 15 Oct 2024 03:59:54 -0400 Subject: [PATCH] Update subcommands/targets/deltas.go --- subcommands/targets/deltas.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subcommands/targets/deltas.go b/subcommands/targets/deltas.go index 0a1d89db..460bd8d4 100644 --- a/subcommands/targets/deltas.go +++ b/subcommands/targets/deltas.go @@ -25,7 +25,7 @@ func init() { Run: doDeltas, Args: cobra.MinimumNArgs(1), Long: `In many cases OTA updates will have multiple OSTree changes. These updates -can be downloaded faster by generating OSTree static +can be downloaded significantly faster by generating OSTree static deltas. Static deltas are generated using "from(sha) -> to(sha)" type logic. This command takes the given Target version, and produces a number of static deltas to ensure devices are updated efficiently.`,