-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
Download All Firmware | ||
===================== | ||
Download All Firmwares | ||
====================== | ||
|
||
Download all the firmwares! | ||
![Download all the firmwares!](https://dl.dropboxusercontent.com/u/38032597/content/blogs/BsyVbxlCIAAiBtC.jpg) | ||
|
||
Usage | ||
|
||
``` | ||
$ go run download.go --help | ||
Usage of :./download: | ||
-c=false: just check the integrity of the currently downloaded files | ||
-d="./": the location to save/check IPSW files | ||
-d="./": the location to save/check IPSW files. | ||
Can include templates e.g. {{.Identifier}} or {{.BuildID}} | ||
-i="": only download for the specified device | ||
-r=false: redownload the file if it fails verification (w/ -c) | ||
``` |