summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2014-07-08 15:31:01 +0200
committerJulian Andres Klode <jak@debian.org>2014-07-08 15:31:01 +0200
commit2884948fb3cb9ad0c660380ec07412086e164f31 (patch)
tree7fa225e0c9f54f09b0146673479fd9e27d075408
parente8d1333f428a3ba4984a040fb687ce835a05e48f (diff)
downloadpython-apt-2884948fb3cb9ad0c660380ec07412086e164f31.tar.gz
doc/source/tutorials/apt-get.rst: Remove -s from --print-uris invocation
This is not needed with APT 1.0 and does not work anymore. LP: #1308670 Reported-by: Sean Payne <sean.d.payne@gmail.com>
-rw-r--r--doc/source/tutorials/apt-get.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/tutorials/apt-get.rst b/doc/source/tutorials/apt-get.rst
index 3bac473b..f8dd0895 100644
--- a/doc/source/tutorials/apt-get.rst
+++ b/doc/source/tutorials/apt-get.rst
@@ -11,7 +11,7 @@ by the :command:`apt-get` command.
Printing the URIs of all index files
------------------------------------
We all now that we can print the URIs of all our index files by running a
-simple ``apt-get -s --print-uris update``. We can do the same. Responsible for
+simple ``apt-get --print-uris update``. We can do the same. Responsible for
the source entries is the class :class:`apt_pkg.SourceList`, which can be
combined with an :class:`apt_pkg.Acquire` object using :meth:`get_indexes`.