Add flag to control downlod limit in aptly mirror update. #62

This commit is contained in:
Andrey Smirnov
2014-07-13 16:11:18 +04:00
parent 7416cc403d
commit 9893e4af3d
3 changed files with 15 additions and 1 deletions
+1
View File
@@ -70,6 +70,7 @@ Example:
cmd.Flag.Bool("ignore-checksums", false, "ignore checksum mismatches while downloading package files and metadata")
cmd.Flag.Bool("ignore-signatures", false, "disable verification of Release file signatures")
cmd.Flag.Int64("download-limit", 0, "limit download speed (kbytes/sec)")
cmd.Flag.Var(&keyRingsFlag{}, "keyring", "gpg keyring to use when verifying Release file (could be specified multiple times)")
return cmd