From 2884948fb3cb9ad0c660380ec07412086e164f31 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 8 Jul 2014 15:31:01 +0200 Subject: 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 --- doc/source/tutorials/apt-get.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source') 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`. -- cgit v1.2.3