diff options
author | Michael Vogt <mvo@debian.org> | 2011-03-10 10:43:39 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2011-03-10 10:43:39 +0100 |
commit | e9ecab0f97be19326c52f2afe04fd9b44eba01ae (patch) | |
tree | ad06841a04b112ca93e1ee0a29441214503ce3d2 /ftparchive/apt-ftparchive.cc | |
parent | 8315b8ccf3b23e5bf78a3ba70154ae721540950c (diff) | |
parent | 28166356f30ad13729f7f952e6f1fc6131036591 (diff) |
merged from donkult
Diffstat (limited to 'ftparchive/apt-ftparchive.cc')
-rw-r--r-- | ftparchive/apt-ftparchive.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftparchive/apt-ftparchive.cc b/ftparchive/apt-ftparchive.cc index 0c29002e6..0762a2b28 100644 --- a/ftparchive/apt-ftparchive.cc +++ b/ftparchive/apt-ftparchive.cc @@ -949,6 +949,8 @@ int main(int argc, const char *argv[]) CommandLine::Args Args[] = { {'h',"help","help",0}, {0,"md5","APT::FTPArchive::MD5",0}, + {0,"sha1","APT::FTPArchive::SHA1",0}, + {0,"sha256","APT::FTPArchive::SHA256",0}, {'v',"version","version",0}, {'d',"db","APT::FTPArchive::DB",CommandLine::HasArg}, {'s',"source-override","APT::FTPArchive::SourceOverride",CommandLine::HasArg}, |