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
commit90503abaf90477e1de20af51e33d017a5b6ba0c4 (patch)
treea94e3aaa8c717f42036720e7602a561003202beb /bin/apt-update-file
parent415b23b3523a59fe33e2694e2979cec9f340227b (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