diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:07 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:07 +0000 |
commit | 6df23d2fa3de0ff4df76e5b9777fb03835bb0a5b (patch) | |
tree | 48963fc00a90923cc4e17f63699a99bf50cb50ca /cmdline | |
parent | 77b9dbc2d18f270f521bc25dd15bcfe847146298 (diff) |
Bug fixes
Author: jgg
Date: 2000-06-05 04:47:30 GMT
Bug fixes
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-get.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 15de20731..3074435e8 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-get.cc,v 1.98 2000/05/14 06:01:04 jgg Exp $ +// $Id: apt-get.cc,v 1.99 2000/06/05 04:47:30 jgg Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -1691,6 +1691,7 @@ int main(int argc,const char *argv[]) {'s',"simulate","APT::Get::Simulate",0}, {'s',"just-print","APT::Get::Simulate",0}, {'s',"recon","APT::Get::Simulate",0}, + {'s',"dry-run","APT::Get::Simulate",0}, {'s',"no-act","APT::Get::Simulate",0}, {'y',"yes","APT::Get::Assume-Yes",0}, {'y',"assume-yes","APT::Get::Assume-Yes",0}, |