diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-23 00:24:12 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-23 00:24:12 +0200 |
| commit | a4ddaf97e652de990ae26e46133161d084c78e78 (patch) | |
| tree | d2fcb8a98ee7cdb04edeb764a43a30492095f842 | |
| parent | b4c4ff2e88ca8f865721d4523cdfa6137aae4a59 (diff) | |
| download | python-apt-a4ddaf97e652de990ae26e46133161d084c78e78.tar.gz | |
* DistUpgrade/dist-upgrade.py:
- typo, I should stop now and go to bed
| -rwxr-xr-x | DistUpgrade/dist-upgrade.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/dist-upgrade.py b/DistUpgrade/dist-upgrade.py index d7ce182b..ff2fb933 100755 --- a/DistUpgrade/dist-upgrade.py +++ b/DistUpgrade/dist-upgrade.py @@ -13,7 +13,7 @@ if __name__ == "__main__": parser.add_option("-c", "--cdrom", dest="cdromPath", default=None, help="Use the given path to search for a cdrom with upgradable packages") parser.add_option("--have-backports", dest="haveBackports", - action="store_true"default=False) + action="store_true", default=False) parser.add_option("--with-network", dest="withNetwork",action="store_true") parser.add_option("--without-network", dest="withNetwork",action="store_false") (options, args) = parser.parse_args() |
