]> git.saurik.com Git - apt.git/commitdiff
rename "--dpkg-progress" to "--show-progress" and document it in apt-get.8
authorMichael Vogt <mvo@ubuntu.com>
Tue, 1 Oct 2013 09:30:56 +0000 (11:30 +0200)
committerMichael Vogt <mvo@ubuntu.com>
Tue, 1 Oct 2013 09:30:56 +0000 (11:30 +0200)
apt-private/private-cmndline.cc
doc/apt-get.8.xml

index 8902f07d5970a2416a4a15930990f120168538d5..eedabe20c190a0d25debb29a9ce3581a8b49306e 100644 (file)
@@ -116,7 +116,7 @@ bool addArgumentsAPTGet(std::vector<CommandLine::Args> &Args, char const * const
    if (CmdMatches("install", "remove", "purge", "upgrade", "dist-upgrade",
            "dselect-upgrade", "autoremove"))
    {
-      addArg(0, "dpkg-progress", "DpkgPM::Progress", 0);
+      addArg(0, "show-progress", "DpkgPM::Progress", 0);
       addArg('f', "fix-broken", "APT::Get::Fix-Broken", 0);
       addArg(0, "purge", "APT::Get::Purge", 0);
       addArg('V',"verbose-versions","APT::Get::Show-Versions",0);
index cc4e82255f4e23fc952bbdd8ee7ec77d812d87ae..18a559c0b6a21711defaf39a3049ffacfcf9c4a1 100644 (file)
      This is useful for tools like pbuilder.
      Configuration Item: <literal>APT::Get::AllowUnauthenticated</literal>.</para></listitem>
      </varlistentry>
-     
+
+     <varlistentry><term><option>--show-progress</option></term>
+     <listitem><para>Show user friendly progress information in the
+     terminal window when packages are installed, upgraded or
+     removed. For a machine parsable version of this data see
+     README.progress-reporting in the apt doc directory.
+     <literal>DpkgPM::Progress</literal>.</para></listitem>
+     </varlistentry>
+    
 
      &apt-commonoptions;