Skip to content

Commit

Permalink
Update subcommands/targets/deltas.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kprosise authored Oct 15, 2024
1 parent 8613455 commit 58db58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subcommands/targets/deltas.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
Expand Down

0 comments on commit 58db58f

Please sign in to comment.