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
commit0b62d1392f8a0c0a000d57390d5f58131b0435e3 (patch)
treea852bbd75677d3aa228b9dd253a596d50be1fd01 /bin/apt-update-file
parentdd8cb191dc9e2dcbae2f5cd804562c2c9e6cd1bf (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