]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt.cc
improve apt.8.xml
[apt.git] / cmdline / apt.cc
index 4bcae0aba8ac71a07f9bc30d4e2679e899d83af7..170478174ad365652526c60db5a96c0ae7172a32 100644 (file)
@@ -76,11 +76,13 @@ bool ShowHelp(CommandLine &CmdL)
       " search - search in package descriptions\n"
       " show - show package details\n"
       "\n"
-      " update - update list of available packages\n"
       " install - install packages\n"
-      " upgrade - upgrade the systems packages\n"
+      " remove - remove packages\n"
       "\n"
       " edit-sources - edit the source information file\n"
+      "\n"
+      " update - update list of available packages\n"
+      " upgrade - upgrade the systems packages\n"
        );
    
    return true;
@@ -129,7 +131,7 @@ int main(int argc, const char *argv[])                                      /*{{{*/
     }
 
    // FIXME: move into a new libprivate/private-install.cc:Install()
-   _config->Set("DPkgPM::Progress", "1");
+   _config->Set("DPkgPM::Progress-Fancy", "1");
    _config->Set("Apt::Color", "1");
 
    // Parse the command line and initialize the package library