From: Michael Vogt Date: Tue, 1 Oct 2013 09:30:56 +0000 (+0200) Subject: rename "--dpkg-progress" to "--show-progress" and document it in apt-get.8 X-Git-Tag: 0.9.12~12^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/4fb66d8731045e6ad90ef70dff45bd28815714fc?hp=--cc rename "--dpkg-progress" to "--show-progress" and document it in apt-get.8 --- 4fb66d8731045e6ad90ef70dff45bd28815714fc diff --git a/apt-private/private-cmndline.cc b/apt-private/private-cmndline.cc index 8902f07d5..eedabe20c 100644 --- a/apt-private/private-cmndline.cc +++ b/apt-private/private-cmndline.cc @@ -116,7 +116,7 @@ bool addArgumentsAPTGet(std::vector &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); diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index cc4e82255..18a559c0b 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -508,7 +508,15 @@ This is useful for tools like pbuilder. Configuration Item: APT::Get::AllowUnauthenticated. - + + + 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. + DpkgPM::Progress. + + &apt-commonoptions;