summaryrefslogtreecommitdiffstats
path: root/bin/apt-update-file
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2005-12-15 12:50:36 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2005-12-15 12:50:36 +0000
commit94ac80de7d653673852140a7d168b68d41dd2832 (patch)
tree3ef953a438bbb579d303666b25208e0a65a57ad9 /bin/apt-update-file
parent5c2c49ebae06ef4243df15f775ea753a2100a0e5 (diff)
bin/apt-update-file:
Be less verbose. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@3054 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/apt-update-file')
-rwxr-xr-xbin/apt-update-file2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/apt-update-file b/bin/apt-update-file
index 3971fdaa9a..51c52accab 100755
--- a/bin/apt-update-file
+++ b/bin/apt-update-file
@@ -26,4 +26,4 @@ if len(sys.argv) <> 3:
sys.stderr.write("usage: apt-update-file REMOTE LOCAL\n")
sys.exit(1)
-debian_support.updateFile(sys.argv[1], sys.argv[2], verbose=True)
+debian_support.updateFile(sys.argv[1], sys.argv[2])

© 2014-2024 Faster IT GmbH | imprint | privacy policy